ColorInt32 constructor

ColorInt32(
  1. int numChannels
)

Implementation

ColorInt32(int numChannels) : data = Int32List(numChannels);