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