mriale / PyDPainter

A usable pixel art paint program written in Python
GNU General Public License v3.0
544 stars 26 forks source link

Display RGB value on palette tooltip #106

Closed mriale closed 1 month ago

mriale commented 8 months ago

When the mouse is hovering over the palette in the lower-right corner of the screen, display the RGB value of the color under the cursor in the tooltip.

mriale commented 8 months ago

The last line is what was added to the tip with the color index and RGB values in hex and decimal: image

mriale commented 8 months ago

@WayneAshworth Just wanted to let you know that this feature is in the develop branch and will be rolled into PyDPainter 2.0.0. Thanks for giving me this idea! image image

WayneAshworth commented 8 months ago

That is so cool!! :D :D I am so glad! At-a-glance stuff is so helpful

I have tons of ideas really, my head is always full of them. I have been working in PyDPainter this morning, is so good.