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