-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
6
-
x86
-
windows_xp
Name: gm110360 Date: 09/01/2004
A DESCRIPTION OF THE REQUEST :
I use Color objects all the time and have always wondered why there wan't a getHex() method or something to allow a web developer to get the color value in that form.
JUSTIFICATION :
It would have many other steps to convert the same outside of the core language (plus it just makes sense)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I could do something like this:
Color r = new Color("#ff0000");
or
Color r = Color.DARK_GRAY;
String hexValue = r.getHex();
CUSTOMER SUBMITTED WORKAROUND :
Write my own methods to handle this...
(Incident Review ID: 301647)
======================================================================
A DESCRIPTION OF THE REQUEST :
I use Color objects all the time and have always wondered why there wan't a getHex() method or something to allow a web developer to get the color value in that form.
JUSTIFICATION :
It would have many other steps to convert the same outside of the core language (plus it just makes sense)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I could do something like this:
Color r = new Color("#ff0000");
or
Color r = Color.DARK_GRAY;
String hexValue = r.getHex();
CUSTOMER SUBMITTED WORKAROUND :
Write my own methods to handle this...
(Incident Review ID: 301647)
======================================================================
- relates to
-
JDK-6266346 Provide a factory methods only for getting Color
-
- Closed
-
-
JDK-6293426 Add static methods to Color to convert RGB components into RGB color value
-
- Closed
-