04-27-2024, 02:40 AM
(04-26-2024, 10:24 PM)Krikor Wrote: Hi PixLab,
If I told you:
"Plenty of apps to show the RGB value of any pixel on your screen, directly or indirectly. With Gimp only: File > Create > Screen shot plus pointer dialog, on Linux you probably have xmag already installed."
Would that be enough of an answer for you?
yes, I have Gpick and MATE color picker, but they give hexa, RGB and HSL, but not the "Hexadecimal" as #123, but #123456...
How do you transform #123456 to ➤ #123?
if simple color could work, like #ff00ff ➤ #f0f, how do you do #2a64c2 to #123? Do you do (2+a)/2, then (6+4)/2 and (c+2)/2 ?
Patrice