Package | Description |
---|---|
Contains all graphic components related to the Icy LUT (Look Up Table)
|
|
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
|
Contains the Icy Colormap structure definition and all default Icy colormap
|
|
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
|
Contains the base Icy ColorSpace structure definition and related objects
|
|
Contains the Icy LUT definition (Colormap container)
|
Modifier and Type | Field and Description |
---|---|
(package private) |
cached
|
(package private) |
cached
|
Modifier and Type | Method and Description |
---|---|
|
() |
|
() |
Modifier and Type | Method and Description |
---|---|
void |
( src) |
Constructor and Description |
---|
( colormap) |
( colormap,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
|
(int channel)
Deprecated.
Use instead (different case).
|
|
(int channel)
Return the colormap of the specified channel.
|
Modifier and Type | Method and Description |
---|---|
void |
(int channel,
map)
Deprecated.
Use instead.
|
void |
(int channel,
map,
boolean setAlpha)
Set the colormap for the specified channel.
|
Modifier and Type | Class and Description |
---|---|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
Modifier and Type | Method and Description |
---|---|
|
() |
Modifier and Type | Method and Description |
---|---|
void |
( srcColorMap)
Copy data from specified source colormap
|
void |
( srcColorMap,
boolean copyAlpha)
Copy data from specified source colormap.
|
Constructor and Description |
---|
( colormap)
Create a copy of specified colormap.
|
( colorMap)
Deprecated.
|
( colorMap,
short initValue)
Deprecated.
|
( colorMap) |
( colorMap,
short initValue) |
( colormap,
type) |
Modifier and Type | Method and Description |
---|---|
|
(int component)
Deprecated.
Use instead (different case).
|
|
(int component)
Return the toRGB colormap of specified RGB component
|
Modifier and Type | Method and Description |
---|---|
void |
(int component,
map)
Deprecated.
Use instead.
|
void |
(int component,
map,
boolean setAlpha)
Set the toRGB colormap of specified component (actually copy the content).
|
Modifier and Type | Method and Description |
---|---|
|
(int component)
Deprecated.
Use instead (different case).
|
|
(int component)
Return the colormap of the specified component.
|
Modifier and Type | Method and Description |
---|---|
void |
(int component,
map)
Deprecated.
Use
setColormap(channel, map) instead. |
void |
(int component,
map,
boolean copyName)
Deprecated.
Use
setColormap(channel, map) instead. |
void |
(int component,
map,
boolean copyName,
boolean copyAlpha)
Deprecated.
Use
setColormap(channel, map) instead. |
int |
( colormap)
get index of the specified colormap
|
void |
(int component,
map)
Deprecated.
Use instead.
|
void |
(int component,
colorMap,
boolean setAlpha)
Set the colormap for the specified component (actually copy the content of source colormap).
|
Modifier and Type | Method and Description |
---|---|
|
()
Deprecated.
|
|
() |
Modifier and Type | Method and Description |
---|---|
void |
( colorMap)
Deprecated.
|
void |
( colorMap)
Deprecated.
Use instead.
|
void |
( colorMap,
boolean copyName,
boolean copyAlpha)
Deprecated.
|
void |
( colorMap)
Deprecated.
Use instead.
|
void |
( colorMap,
boolean setAlpha)
Set the specified colormap (do a copy).
|