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