PaletteUint32 constructor

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

Implementation

PaletteUint32(super.numColors, super.numChannels)
    : data = Uint32List(numColors * numChannels);