Colour 'Value' Converter

So you have written that new, must have program. Let us see it here.
Post Reply
User avatar
stevedee
Posts: 518
Joined: Monday 20th March 2017 6:06pm

Colour 'Value' Converter

Post by stevedee »

While working on a colour recognition project, I needed a simple tool to convert between colour RGB <> Hex <> integer, and to display a colour patch for comparison.
ColourConverter.png
ColourConverter.png (34.75 KiB) Viewed 3033 times
The entered value is also copied to the system Clipboard.

Maybe this is of use to someone.
ColourDisplay.tar.gz
(14.19 KiB) Downloaded 292 times
User avatar
BruceSteers
Posts: 1521
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: Colour 'Value' Converter

Post by BruceSteers »

ooh , handy :)
Thanks Steve :)
If at first you don't succeed , try doing something differently.
BruceS
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Colour 'Value' Converter

Post by cogier »

I thought this was a good idea and wondered if you could also pick a colour from the screen. I discovered that the ColorChooser does most of what your program does already. Anyway I messed about and came up with the attached program should anybody be interested. I may have also found a bug with ColorChooser as I can't get some events to trigger. I have posted that query on the mailing list.

Image
ColourDisplay2-0.0.3.tar.gz
(12.24 KiB) Downloaded 301 times
Post Reply