ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  List of Colors somewhere?
Posted by dave on Jan-04-2023 10:23
This might sound like a dumb question, but, is there a list of colors I can reference somewhere?

I'm horrible at picking out colors, for example, slices of a pie chart.

Is there a helper array somewhere of colors so I can do something like

int[] myColors = new int[] {color[0], color[2],color[3]}

Thanks!

  Re: List of Colors somewhere?
Posted by dave on Jan-04-2023 10:44
n/m figured it out.

Color.defaultPalette was what I was looking for. Looks like I needed to start at index 8.