Package | Description |
---|---|
org.eclipse.pde.internal.swt.tools |
Modifier and Type | Field and Description |
---|---|
IconExe.RGB[] |
IconExe.PaletteData.colors
the RGB values for an indexed palette, where the
indices of the array correspond to pixel values
|
Modifier and Type | Method and Description |
---|---|
IconExe.RGB |
IconExe.PaletteData.getRGB(int pixel)
Returns an
RGB corresponding to the given pixel value. |
IconExe.RGB[] |
IconExe.PaletteData.getRGBs()
Returns all the RGB values in the receiver if it is an
indexed palette, or null if it is a direct palette.
|
IconExe.RGB[] |
IconExe.ImageData.getRGBs()
Returns an array of
RGB s which comprise the
indexed color table of the receiver, or null if the receiver
has a direct color model. |
Modifier and Type | Method and Description |
---|---|
int |
IconExe.PaletteData.getPixel(IconExe.RGB rgb)
Returns the pixel value corresponding to the given
RBG . |
Constructor and Description |
---|
PaletteData(IconExe.RGB[] colors)
Constructs a new indexed palette given an array of RGB values.
|