getFirstCurve method
Retrieves the first curve in the mixer chain.
Implementation
ParametricCurve<double>? getFirstCurve() {
return curve ?? previousMixer?.getFirstCurve();
}
Retrieves the first curve in the mixer chain.
ParametricCurve<double>? getFirstCurve() {
return curve ?? previousMixer?.getFirstCurve();
}