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
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
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/image/colormap/FromRGBColorMap.java