PaletteUint16.from constructor

PaletteUint16.from(
  1. PaletteUint16 other
)

Implementation

PaletteUint16.from(PaletteUint16 other)
    : data = Uint16List.fromList(other.data),
      super(other.numColors, other.numChannels);