Returns true if this color is monochromatic.
true
@override bool get isMonochromatic => ColorMath.round(cyan) == 0 && ColorMath.round(magenta) == 0 && ColorMath.round(yellow) == 0;