PaletteFloat16.from constructor

PaletteFloat16.from(
  1. PaletteFloat16 other
)

Implementation

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