There are 1 code examples for org.eclipse.jface.preference.ColorSelector.
The API names are highlighted below.
You can use
button
to vote the code example(s) you like. The best code example will be ranked first next time. Thanks a lot for your feedback.
Project Name: codecover Package: org.codecover.eclipse.preferences
Source Code: RGBWithBoundariesEditor.java (Click to view .java file)
Method Code:
/**
* Sets the {@link RGB} of the selector.
* @param rgbthe {@link RGB} to set.
*/
public void setRGB(RGB rgb){
this.colorSelector.setColorValue(rgb);
}