ICY Version 1.0.1.0
Public Member Functions | Public Attributes | Static Public Attributes

icy.image.colormap.FromRGBColorMap Class Reference

List of all members.

Public Member Functions

 FromRGBColorMap (int numComponents)
float getFromRGBColor (int component, float rgbValue)
float getFromRGBColor (int component, int rgbValue)
void setFromRGBColor (int component, float rgbValue, float value)

Public Attributes

final float[][] maps

Static Public Attributes

static final int COLORMAP_SIZE = 0x100
static final int COLORMAP_MAX = COLORMAP_SIZE - 1

Detailed Description

Author:
stephane

Member Function Documentation

float icy.image.colormap.FromRGBColorMap.getFromRGBColor ( int  component,
float  rgbValue 
)

Get normalized component intensity from a normalized input RGB value

float icy.image.colormap.FromRGBColorMap.getFromRGBColor ( int  component,
int  rgbValue 
)

Get normalized component intensity from a unnormalized input RGB value

void icy.image.colormap.FromRGBColorMap.setFromRGBColor ( int  component,
float  rgbValue,
float  value 
)

Set normalized component intensity for a normalized input RGB value


Member Data Documentation

define colormap size

normalized maps


The documentation for this class was generated from the following file:
 All Classes Functions Variables