PaletteUint8.from constructor

PaletteUint8.from(
  1. PaletteUint8 other
)

Implementation

PaletteUint8.from(PaletteUint8 other)
  : data = Uint8List.fromList(other.data),
    super(other.numColors, other.numChannels);