Skip to content
Advertisement

How to implement a circular color picker in Android? [closed]

How can I build a color picker as given in the image using android? when an indicator is placed on a color I should be able to get the RGB value.

enter image description here

Advertisement

Answer

I found this library and it worked. We can get the RGB value from this as follows.

JavaScript
Advertisement