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 <[email protected]> wrote: > > Hello, > > > > Can I contribute an implementation for > https://bugs.openjdk.org/browse/JDK-8090778? > > > > Eran > >
