Returns true if this color is monochromatic.
true
@override bool get isMonochromatic => ColorMath.round(brightness) == 0 || ColorMath.round(saturation) == 0;