ColorUint8 constructor

ColorUint8(
  1. int numChannels
)

Implementation

ColorUint8(int numChannels) : data = Uint8List(numChannels);