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