ColorSeekBar icon indicating copy to clipboard operation
ColorSeekBar copied to clipboard

A colorful SeekBar for picking color

Results 5 ColorSeekBar issues
Sort by recently updated
recently updated
newest added

Is it possible to return a value to the listener callback method to determine whether it is the value of the user's manual sliding, or the value of the callback...

Hi there! I was trying to build an app with two ColorSeekBars - one to control the hue of my view and one to control the saturation. When I change...

Hey! Thanks for this nice library!! I'm using it to display temperature values. Therefore it would be great to be able to lock the thumb at set position. Any chance...

I tried using version 1.4.3, but not resolving it. More recent version I can compile against is 1.4.2, that gives me this error. Switching back to 1.2.2, everything is fine....

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);...