Uses of Class
org.eclipse.swt.graphics.RGB
Packages that use RGB
-
Uses of RGB in org.eclipse.rap.rwt.remote
Methods in org.eclipse.rap.rwt.remote that return RGBModifier and TypeMethodDescriptionstatic RGB
Returns an instance of RGB for the given JSON representation.Methods in org.eclipse.rap.rwt.remote with parameters of type RGB -
Uses of RGB in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as RGBModifier and TypeFieldDescriptionRGB[]
PaletteData.colors
the RGB values for an indexed palette, where the indices of the array correspond to pixel valuesfinal RGB
RGBA.rgb
the RGB component of the RGBAMethods in org.eclipse.swt.graphics that return RGBModifier and TypeMethodDescriptionColor.getRGB()
Returns anRGB
representing the receiver.PaletteData.getRGB
(int pixel) Returns anRGB
corresponding to the given pixel value.RGB[]
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.RGB[]
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.swt.graphics with parameters of type RGBModifier and TypeMethodDescriptionint
Returns the pixel value corresponding to the givenRGB
.Constructors in org.eclipse.swt.graphics with parameters of type RGBModifierConstructorDescriptionConstructs a new instance of this class given a device and anRGB
describing the desired red, green and blue values.Constructs a new instance of this class given a device, anRGB
describing the desired red, green and blue values, alpha specifying the level of transparency.PaletteData
(RGB... colors) Constructs a new indexed palette given an array of RGB values. -
Uses of RGB in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return RGBModifier and TypeMethodDescriptionColorDialog.getRGB()
Returns the currently selected color in the receiver.FontDialog.getRGB()
Returns an RGB describing the color that was selected in the dialog, or null if none is available.ColorDialog.open()
Makes the receiver visible and brings it to the front of the display.Methods in org.eclipse.swt.widgets with parameters of type RGB