-
Notifications
You must be signed in to change notification settings - Fork 381
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
SaturationBar not properly picking up Value #85
Comments
Hi @bermudaparty , I´m interested in your fix! :) |
So I have a fix now that works. It is very rough around the edges though. I had to rewrite code in many places. I would appreciate instructions on how best to share, if someone is willing to explain. Otherwise I will look it up myself. |
You could fork that project I think. Last changes are 2 years old. If I where you I would ask LarsWerkman if he´s willing to update the project or not. |
@bermudaparty Any updates about this? :) |
I've forked the project and uploaded my changes into there. https://github.com/bermudaparty/HoloColorPicker |
This is all really old by now. But if anyone is still interested, I just pushed some updates to my fork (/bermudaparty/HoloColorPicker) that now make the whole thing properly operable (in my opinion).
Maybe if I get around to it I'll create a pull request, but it doesn't look like it would ever be merged. So I might not bother. |
While playing around with a setup that includes Picker, SaturationBar and ValueBar I noticed that the SaturationBar and ValueBar don't interact properly. There is always a little jump in the color when going from adjusting one bar to adjusting the other bar.
After a little digging I think I've found the problem: in the SaturationBar on line 478 it should be "mHSVColor[2]" instead of "1f"? Could someone correct this or instruct me as to how to do it myself? I am new to GitHub..
Thank you!
[EDIT] I realized that it is quite a bit more complicated and am currently working on a solution that I will gladly contribute if someone is interested.
The text was updated successfully, but these errors were encountered: