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