greenCoefficients property

void greenCoefficients=(List<double> value)

The green coefficients.

Defaults to 0, 1, 0, 0.

Implementation

set greenCoefficients(List<double> value) {
  _greenCoefficients.value = value;
}