hue property
double
get
hue
Implementation
double get hue => _hue;
set
hue
(double newHue)
Implementation
set hue(double newHue) {
_setInternalState(HctSolver.solveToInt(newHue, chroma, tone));
}