Optionalhue: numberOptionalsaturation: numberOptionalvalue: numberThe hue component.
The satuartion component.
The value component.
Adds the given HueSaturationValue to this one and returns the result.
The hue component to add.
The saturation component to add.
The value component to add.
The resulting HueSaturationValue.
Adds the given HueSaturationValue to this one.
The hue component to add.
The saturation component to add.
The value component to add.
The current HueSaturationValue instance.
Multiplies the current hue, saturation, and value by the provided values.
The multiplier for the hue component.
The multiplier for the saturation component.
The multiplier for the value component.
The updated HueSaturationValue instance.
Multiplies the given values with this one and returns the result as a copy.
The hue component to multiply.
The saturation component to multiply.
The value component to multiply.
The resulting HueSaturationValue.
Converts the HueSaturationValue color into RGB color space as Color.
Converts the HueSaturationValue color into RGB color space as LinearColor.
Converts the HueSaturationValue color into RGB color space.
Color in RGB color space.
Converts the HueSaturationValue color into RGB color space as SRGBColor.
StaticwithConverts the color to a HueSaturationValue representation.
The input Color, SRGBColor or LinearColor.
The srgbColor represented in HSV colorspace.
The HueSaturationValue class implements a color in the hue-saturation-value colorspace. The color can be converted to and from an SRGBColor.