List of all members.
Public Member Functions |
| | ShortColorModel (int numComponents, int[] bits) |
|
int | getRGB (Object pixel) |
| int | getRGB (Object pixel, LUT lut) |
| int[] | getComponents (Object pixel, int[] components, int offset) |
| Object | getDataElements (int[] components, int offset, Object obj) |
| Object | getDataElements (float[] normComponents, int offset, Object obj) |
| float[] | getNormalizedComponents (Object pixel, float[] normComponents, int normOffset) |
Detailed Description
Constructor & Destructor Documentation
| icy.image.colormodel.ShortColorModel.ShortColorModel |
( |
int |
numComponents, |
|
|
int[] |
bits |
|
) |
| |
Define a new ShortColorModel
- Parameters:
-
| numComponents | number of color component |
| bits | |
Member Function Documentation
| int [] icy.image.colormodel.ShortColorModel.getComponents |
( |
Object |
pixel, |
|
|
int[] |
components, |
|
|
int |
offset |
|
) |
| [virtual] |
| Object icy.image.colormodel.ShortColorModel.getDataElements |
( |
int[] |
components, |
|
|
int |
offset, |
|
|
Object |
obj |
|
) |
| [virtual] |
| Object icy.image.colormodel.ShortColorModel.getDataElements |
( |
float[] |
normComponents, |
|
|
int |
normOffset, |
|
|
Object |
obj |
|
) |
| [virtual] |
| float [] icy.image.colormodel.ShortColorModel.getNormalizedComponents |
( |
Object |
pixel, |
|
|
float[] |
normComponents, |
|
|
int |
normOffset |
|
) |
| [virtual] |
| int icy.image.colormodel.ShortColorModel.getRGB |
( |
Object |
pixel, |
|
|
LUT |
lut |
|
) |
| [virtual] |
Same as getRGB but by using the specified LUT instead of internal one
- See also:
- java.awt.image.ColorModel.getRGB(java.lang.Object)
Implements icy.image.colormodel.IcyColorModel.
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/image/colormodel/ShortColorModel.java