ColorPicker
ColorPicker copied to clipboard
Different decimal value
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

Best regards