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. colorsthe 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.RGBIconExe.PaletteData. getRGB(int pixel)Returns anRGBcorresponding to the given pixel value.IconExe.RGB[]IconExe.ImageData. getRGBs()Returns an array ofRGBs 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 intIconExe.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.
-