Returns true if this color is pure black.
true
@override bool get isBlack => ColorMath.round(x) == 0 && ColorMath.round(y) == 0 && ColorMath.round(z) == 0;