Returns true if this color is pure white.
true
@override bool get isWhite => ColorMath.round(saturation) == 0 && ColorMath.round(perceivedBrightness) == 1;