ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Different decimal value

Open MohamadHalloway opened this issue 3 years ago • 0 comments

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

MohamadHalloway avatar Jun 30 '22 10:06 MohamadHalloway