Uses of Class
org.eclipse.swt.graphics.RGB
Packages that use RGB
Package
Description
-
Uses of RGB in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as RGBModifier and TypeFieldDescriptionstatic RGBCTabFolder.borderInsideRGBDeprecated.drop shadow border is no longer drawn in 3.0static RGBViewForm.borderInsideRGBDeprecated.static RGBCTabFolder.borderMiddleRGBDeprecated.drop shadow border is no longer drawn in 3.0static RGBViewForm.borderMiddleRGBDeprecated.static RGBCTabFolder.borderOutsideRGBDeprecated.drop shadow border is no longer drawn in 3.0static RGBViewForm.borderOutsideRGBDeprecated. -
Uses of RGB in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as RGBModifier and TypeFieldDescriptionRGB[]PaletteData.colorsthe RGB values for an indexed palette, where the indices of the array correspond to pixel valuesfinal RGBRGBA.rgbthe RGB component of the RGBAMethods in org.eclipse.swt.graphics that return RGBModifier and TypeMethodDescriptionColor.getRGB()Returns anRGBrepresenting the receiver.PaletteData.getRGB(int pixel) Returns anRGBcorresponding to the given pixel value.RGB[]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.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 TypeMethodDescriptionintReturns 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 anRGBdescribing the desired red, green and blue values.Constructs a new instance of this class given a device, anRGBdescribing the desired red, green and blue values, alpha specifying the level of transparency.Constructs a new instance of this class given anRGBdescribing the desired red, green and blue values.Constructs a new instance of this class given anRGBdescribing 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.internal.image
Fields in org.eclipse.swt.internal.image declared as RGB -
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.RGB[]ColorDialog.getRGBs()Returns an array ofRGBs which are the list of custom colors selected by the user in the receiver, or null if no custom colors were selected.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 RGBModifier and TypeMethodDescriptionvoidSets the receiver's selected color to be the argument.voidSets the RGB describing the color to be selected by default in the dialog, or null to let the platform choose one.voidSets the receiver's list of custom colors to be the given array ofRGBs, which may be null to let the platform select a default when open() is called.