PaletteFloat64.from constructor

PaletteFloat64.from(
  1. PaletteFloat64 other
)

Implementation

PaletteFloat64.from(PaletteFloat64 other)
    : data = Float64List.fromList(other.data),
      super(other.numColors, other.numChannels);