getColorAt method

Color getColorAt(
  1. int index,
  2. Color color
)

Implementation

Color getColorAt(int index, Color color) {
  return color.fromArray(instanceColor!.array.data, index * 3);
}