ColorFloat16.from constructor

ColorFloat16.from(
  1. ColorFloat16 other
)

Implementation

ColorFloat16.from(ColorFloat16 other)
    : data = Uint16List.fromList(other.data);