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