ColorFloat32 constructor

ColorFloat32(
  1. int numChannels
)

Implementation

ColorFloat32(int numChannels) : data = Float32List(numChannels);