Returns true if this color is pure white.
true
@override bool get isWhite => ColorMath.round(x) >= 100 && ColorMath.round(y) >= 100 && ColorMath.round(z) >= 100;