ColorUint4 constructor

ColorUint4(
  1. int length
)

Implementation

ColorUint4(this.length) : data = Uint8List(length < 3 ? 1 : 2);