ColorFloat32.from constructor

ColorFloat32.from(
  1. ColorFloat32 other
)

Implementation

ColorFloat32.from(ColorFloat32 other)
    : data = Float32List.fromList(other.data);