ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

🎨 A color picker for Android. Pick a color using color wheel and slider (HSV & alpha).

Results 14 ColorPicker issues
Sort by recently updated
recently updated
newest added

With dark backgrounds, the arrow (black) on the color slider view is difficult to see (impossible to see if the background is pure black). It would be nice to be...

一起在使用这个控件,非常好用,感谢! 但是,现在产品经理将选择盘改了方形了,咱们这个控制能支持吗?选色盘类是这样子的: ![image](https://user-images.githubusercontent.com/23623339/108820409-213dc400-75f7-11eb-9b77-e75b68e43a8d.png)

i want to use onColor (realtime) method but it is final

on version 1.1.6 when using your example code `new ColorPickerPopup.Builder(this) .initialColor(Color.RED) // Set initial color .enableBrightness(true) // Enable brightness slider or not .enableAlpha(true) // Enable alpha slider or not .okTitle("Choose")...

When using AppCompat DayNight theme, and it is switched to night mode, the OK/Cancel text becomes white by default. As the background of the ColorPickerPopup is also forced white, they...

Thank you for producing such wonderful library. When I look at `ThrottledTouchEventHandler`, I understand its purpose is to avoid from handling too frequent (Anything not more than 16ms is considered...

Popupwindow has so many little bugs like EditText longpress doesn't work. The dialogfragment is the recommended way to deal with popup in recent android iteration. I modified the ui a...

Hi, we'd like to use this library but can only rely on libraries that use Android X, do you have any plans on migrating soon? Would be great, thanks!