Vineflower / vineflower

Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.
https://vineflower.org/
Apache License 2.0
1.13k stars 83 forks source link

Converting java int to 0x colors #372

Closed oliviathevampire closed 2 months ago

oliviathevampire commented 2 months ago

Is your feature request related to a problem? Please describe.

It makes it personally atleast a bit easier to know what colors they are instead of having to convert to hex or rgb ourself.

Describe the solution you'd like

In classes where there is colors, it would show 0x instead of the java int version. Example: 0xFDFF84 instead of 16646020

Additional context

Add any other context or screenshots about the feature request here.

jaskarth commented 2 months ago

This is a duplicate of #59, closing. I'll add some more details to that ticket.