PaletteInt32.from constructor

PaletteInt32.from(
  1. PaletteInt32 other
)

Implementation

PaletteInt32.from(PaletteInt32 other)
    : data = Int32List.fromList(other.data),
      super(other.numColors, other.numChannels);