ColorFloat64.from constructor

ColorFloat64.from(
  1. ColorFloat64 other
)

Implementation

ColorFloat64.from(ColorFloat64 other)
    : data = Float64List.fromList(other.data);