Colour withHsvValue(double value) { return Colour.fromHSVColour(HSVColour.fromAHSV(a, hue, saturation, value)); }