Package | Description |
---|---|
icy.image.colormodel |
Contains the base Icy ColorModel structure definition and the different supported ColorModel
|
icy.image.colorspace |
Contains the base Icy ColorSpace structure definition and related objects
|
icy.image.lut |
Contains the Icy LUT definition (Colormap container)
|
Modifier and Type | Method and Description |
---|---|
IcyColorSpace |
IcyColorModel.getIcyColorSpace() |
Modifier and Type | Method and Description |
---|---|
void |
IcyColorModel.setColorSpace(IcyColorSpace colorSpace)
Change the colorspace of the color model.
|
Modifier and Type | Method and Description |
---|---|
IcyColorSpace |
IcyColorSpaceEvent.getColorSpace() |
Modifier and Type | Method and Description |
---|---|
void |
IcyColorSpace.copyColormaps(IcyColorSpace source)
Deprecated.
Use
setColorMaps(IcyColorSpace, boolean) instead. |
void |
IcyColorSpace.setColormaps(IcyColorSpace source)
Deprecated.
Use
setColorMaps(IcyColorSpace, boolean) instead. |
void |
IcyColorSpace.setColorMaps(IcyColorSpace source,
boolean setAlpha)
Set colormaps from specified colorSpace (do a copy).
|
Constructor and Description |
---|
IcyColorSpaceEvent(IcyColorSpace colorSpace,
int component) |
Modifier and Type | Method and Description |
---|---|
IcyColorSpace |
LUTBand.getColorSpace()
Deprecated.
|
IcyColorSpace |
LUT.getColorSpace() |