ColorSeekBar icon indicating copy to clipboard operation
ColorSeekBar copied to clipboard

How to get color by progress value?

Open mintheinwin opened this issue 8 months ago • 2 comments

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) ?????

mintheinwin avatar Oct 24 '23 06:10 mintheinwin