Cascade icon indicating copy to clipboard operation
Cascade copied to clipboard

Create a color picker dialog that works with linear float values

Open ttddee opened this issue 3 years ago • 0 comments

QColorDialog uses 8bit integer values to represent color channels. The value range is 0 to 255.

Cascade uses 32bit float to represent a channel.

Right now the integer values get converted to float when the user chooses a color. It would be nice to have a color dialog that represent values as floating point.

ttddee avatar Feb 08 '22 09:02 ttddee