ColorUint16.from constructor

ColorUint16.from(
  1. ColorUint16 other
)

Implementation

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