ColorUint4.from constructor

ColorUint4.from(
  1. ColorUint4 other
)

Implementation

ColorUint4.from(ColorUint4 other)
    : length = other.length,
      data = Uint8List.fromList(other.data);