PaletteInt16.from constructor

PaletteInt16.from(
  1. PaletteInt16 other
)

Implementation

PaletteInt16.from(PaletteInt16 other)
    : data = Int16List.fromList(other.data),
      super(other.numColors, other.numChannels);