operator [] method

Color operator [] (T index)

Returns an element of the swatch table.

Implementation

Color operator [](T index) => _swatch[index];