Uses of Class
org.eclipse.pde.internal.swt.tools.IconExe.RGB
-
Packages that use IconExe.RGB Package Description org.eclipse.pde.internal.swt.tools -
-
Uses of IconExe.RGB in org.eclipse.pde.internal.swt.tools
Fields in org.eclipse.pde.internal.swt.tools declared as IconExe.RGB Modifier and Type Field Description IconExe.RGB[]
IconExe.PaletteData. colors
the RGB values for an indexed palette, where the indices of the array correspond to pixel valuesMethods in org.eclipse.pde.internal.swt.tools that return IconExe.RGB Modifier and Type Method Description IconExe.RGB
IconExe.PaletteData. getRGB(int pixel)
Returns anRGB
corresponding to the given pixel value.IconExe.RGB[]
IconExe.ImageData. getRGBs()
Returns an array ofRGB
s which comprise the indexed color table of the receiver, or null if the receiver has a direct color model.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.Methods in org.eclipse.pde.internal.swt.tools with parameters of type IconExe.RGB Modifier and Type Method Description int
IconExe.PaletteData. getPixel(IconExe.RGB rgb)
Returns the pixel value corresponding to the givenRBG
.Constructors in org.eclipse.pde.internal.swt.tools with parameters of type IconExe.RGB Constructor Description PaletteData(IconExe.RGB[] colors)
Constructs a new indexed palette given an array of RGB values.
-