-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Drawing the wheel always with full brightness #9
Comments
Thank you for the suggestion! So if I understand correctly, the idea is to optionally hide the value/brightness slider completely and just have the hue wheel? It seems reasonable, there's a couple of things I'd like to ask, though:
Sorry for the slow response, by the way. :> |
No, I don't want to hide the brightness slider. I still want to have it affect the actual output color value just as it does now. The only think I want is to always render the wheel pretending the slider is at max brightness. The behaviour and output values should remaing unchanged. This would change how the colors in the wheel are drawn. |
Ah I see, sorry for the confusion. To be honest I'm hesitant to add this, I feel that this would be counter-intuitive for the user since the intention was for the middle of both control markers to be over the currently selected color at all times. That said, if you wanted to, you could perhaps fork the library and change this line so that |
I think having the option to disable the brightness slider makes a lot of sense. What you proposed valueSlider: false as a part of the init setting makes a lot of sense! |
I'd like to have an option for always drawing the wheel with full brightness (V channel = 100%) regardless of the slider value.
The text was updated successfully, but these errors were encountered: