ColorInt8 constructor

ColorInt8(
  1. int numChannels
)

Implementation

ColorInt8(int numChannels) : data = Int8List(numChannels);