ColorSeekBar icon indicating copy to clipboard operation
ColorSeekBar copied to clipboard

A color picker seekbar for android.

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

It would be nicer if possible to provide alpha channel

https://github.com/divyanshub024/ColorSeekBar/blob/b08f896845e94fe7c9452285e22151d150fe5718/colorseekbar/src/main/java/com/divyanshu/colorseekbar/ColorSeekBar.kt#L144-L164 ```kt override fun onTouchEvent(event: MotionEvent?): Boolean { if(!isEnable) return true ... } ```

seekbarcolor.progress ???