PaletteInt8.from constructor

PaletteInt8.from(
  1. PaletteInt8 other
)

Implementation

PaletteInt8.from(PaletteInt8 other)
    : data = Int8List.fromList(other.data),
      super(other.numColors, other.numChannels);