values property

List<Color8> values
final

The 256-color palette.

This list is unmodifiable and contains all 256 colors in the palette.

Implementation

static final values = List<Color8>.unmodifiable(
  List.generate(256, Color8.fromIndex),
);