Returns a copy of this color with the alpha parameter replaced with the given value.
alpha
@override HSVColour withAlpha(double alpha) { return HSVColour.fromAHSV(alpha, hue, saturation, value); }