mriale / PyDPainter

A usable pixel art paint program written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display RGB value on palette tooltip

mriale opened this issue · comments

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.

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

@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

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.