Palette constructor

Palette(
  1. int numColors,
  2. int numChannels
)

Implementation

Palette(this.numColors, this.numChannels);