In my android projects i set color for PieChart like this
public static int[] COLORS = new int[] { Color.GREEN, Color.BLUE };
In that import android.graphics.Color; have only few colors around 10. I need more color so i tried to set as integer but didn't working. Color.alpha(16777184)
for light yello color. this code is not working ? how to set here as integer value of color...?