Converting a Color object to its string representation

Michael Strauß michaelstrau2 at gmail.com
Sat Dec 9 18:19:49 UTC 2023


If we are going to revisit the `Color` class, maybe we want to provide
a more comprehensive string formatting API, for example:
- full-length web strings (e.g. "#ffad341c")
- compact web strings (e.g. "#ccc")
- with/without the leading #
- nearest named color ("darkgoldenrod")


On Sat, Dec 9, 2023 at 3:44 PM Eran Leshem <eran at leshem.life> wrote:
>
> Hello,
>
>
>
> Can I contribute an implementation for https://bugs.openjdk.org/browse/JDK-8090778?
>
>
>
> Eran
>
>


More information about the openjfx-dev mailing list