martinchrzan / ColorPicker

Windows system-wide color picker
MIT License
339 stars 29 forks source link

Different decimal value #17

Closed MohamadHalloway closed 1 year ago

MohamadHalloway commented 2 years ago

Hello Martin,

as the program uses the following formula to calculate RGB -> Dec: dec(c) = R + G256 + B256*256

I noticed there are some programs, that calculate the dec value the other way round: dec(c) = B + G256 + R256*256

It would be very helpful if you would add it as an option among the other color formats grafik

Best regards

martinchrzan commented 1 year ago

This color format has been added, please see 1.2.1