ColorFloat16 constructor

ColorFloat16(
  1. int numChannels
)

Implementation

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