ColorInt16 constructor

ColorInt16(
  1. int numChannels
)

Implementation

ColorInt16(int numChannels) : data = Int16List(numChannels);