tone property

double get tone

Implementation

double get tone => _tone;
set tone (double newTone)

Implementation

set tone(double newTone) {
  _setInternalState(HctSolver.solveToInt(hue, chroma, newTone));
}