-
Notifications
You must be signed in to change notification settings - Fork 59
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
How to get color by progress value? #38
Comments
please checkout new version 2.1.0 |
Hi rtugeek, in fragment class //Error log // After I comment to avoid called updateCachedColors() method in ColorSeekBar class App doesn't come to crash again. //I can Get Color by progress value with new method // One more thing I also want to specify minimum progress value |
Hi ,
I use your library for calculation of color by average of between min value and max value.
I don't know how to get color by progress value.
colorSeekBar.setMaxProgress(8); // app crush when setMaxProgress programitcally
int color = colorSeekBar.getColorByProgressvalue(5) ?????
The text was updated successfully, but these errors were encountered: