struct ColorHsv

book_4_sparkGenerated
code_blocksInput

Description

Members

Properties

Member NameSummary
HueHue component of this color in range 0 to 360.
SaturationSaturation of this color in range 0 (white) to 1 (full color).
ValueBrightness of this color in range 0 (black) to 1 (full color).
AlphaTransparency of this color in range 0 (fully transparent) to 1 (fully opaque).

Methods

Member NameSummary
ToColorConvert this object to Color.
WithHueReturns a new ColorHsv with the specified hue.
WithSaturationReturns a new ColorHsv with the specified saturation.
WithValueReturns a new ColorHsv with the specified value.
WithAlphaReturns a new ColorHsv with the specified alpha.