ColorUint16 constructor

ColorUint16(
  1. int numChannels
)

Implementation

ColorUint16(int numChannels) : data = Uint16List(numChannels);