Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
A DESCRIPTION OF THE REQUEST : Add Hue-Saturation-Luminance tab to JColorChooser. Add the following methods to the Color class: static Color getHSLColor(float h, float s, float l) static int HSLtoRGB(float hue, float saturation, float lightness) static float[] RGBtoHSL(int r, int g, int b, float[] hslvals) JUSTIFICATION : This feature is requested because of only one thing: "usability". Users of our application, wheter a graphics artist or an ordinary user, can choose color easily when using hsl instead of hsb. This maybe the reason why many graphics tools has hsl support. W3C opted for hsl instead of hsb for the CSS3. Please refer to http://www.w3.org/TR/css3-color/#hsl-color for the advantages of hsl which is symmetrical to lightness and darkness.
|