xamarin.ios - How to draw a linear gradient along an arc in Xamarin iOS -


I am trying to create a color picker device, similar to a color wheel, but in the shape of horse shoe

I have to draw a linear gradient that follows an arc.

Enter image details here

The problem

a) How to make a gradient to follow the curve, instead of just going in one direction, and

b) How to fill the stroke stroke and not surrounded by the area Arc

I have managed it on Android, but so far it has failed to work in iOS, so any advice is highly appreciated.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -