Returns true if this color is monochromatic.
true
@override bool get isMonochromatic => red == green && red == blue;