Need a direction- how to mix the colors on the canvas for the arc . Thanks in advance
Asked
Active
Viewed 95 times
0
-
3see `android.graphics.SweepGradient` – pskink Nov 17 '16 at 09:55
-
Okay let me check.Thanks – imagngames Nov 17 '16 at 09:56
-
More info. See here: http://stackoverflow.com/a/11140377/5241603 – K.Sopheak Nov 17 '16 at 09:57
-
2more info. see here also http://stackoverflow.com/questions/9037108/android-how-to-draw-an-arc-based-gradient – Manikandan K Nov 17 '16 at 09:58
-
Is there any logic to put value to cx , cy in SweepGradient(float cx, float cy, int color0, int color1) . Because I am not getting the desired result . – imagngames Nov 18 '16 at 14:24