ColorUint8.from constructor

ColorUint8.from(
  1. ColorUint8 other
)

Implementation

ColorUint8.from(ColorUint8 other) : data = Uint8List.fromList(other.data);