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