Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a color picker dialog that works with linear float values #30

Open
ttddee opened this issue Feb 8, 2022 · 0 comments
Open

Create a color picker dialog that works with linear float values #30

ttddee opened this issue Feb 8, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@ttddee
Copy link
Owner

ttddee commented Feb 8, 2022

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 ttddee created this issue from a note in MVP (To do) Feb 8, 2022
@ttddee ttddee self-assigned this Feb 8, 2022
@ttddee ttddee added the enhancement New feature or request label Feb 8, 2022
@ttddee ttddee moved this from To do to Future Version in MVP Feb 9, 2022
@ttddee ttddee added the good first issue Good for newcomers label Feb 20, 2022
@ttddee ttddee removed their assignment Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
MVP
Future Version
Development

No branches or pull requests

1 participant