ColorFloat64 constructor

ColorFloat64(
  1. int numChannels
)

Implementation

ColorFloat64(int numChannels) : data = Float64List(numChannels);