PaletteUint32.from constructor

PaletteUint32.from(
  1. PaletteUint32 other
)

Implementation

PaletteUint32.from(PaletteUint32 other)
  : data = Uint32List.fromList(other.data),
    super(other.numColors, other.numChannels);