Color picker wheel

The problem is that there’s white in the center of the picker.
I would suggest you determine in your app what the radius of the circle is, then use this formula, to measure the distance between 2 pixels (the x,y center of the circle and the finger x,y). If the distance is greater than the circle radius, then it’s outside the circle.

2 Likes