PaletteFloat32.from constructor

PaletteFloat32.from(
  1. PaletteFloat32 other
)

Implementation

PaletteFloat32.from(PaletteFloat32 other)
    : data = Float32List.fromList(other.data),
      super(other.numColors, other.numChannels);