Cascade
Cascade copied to clipboard
Create a color picker dialog that works with linear float values
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.