getPaletteColor abstract method

Color getPaletteColor(
  1. int colorIndex
)

Returns the palette color for the specified index.

Implementation

ui.Color getPaletteColor(core.int colorIndex);