ColorUint32 constructor

ColorUint32(
  1. int numChannels
)

Implementation

ColorUint32(int numChannels) : data = Uint32List(numChannels);