Skip to main content

ColorSpectrumComponents Enumeration

Defines the two HSV color components displayed by a ColorSpectrum.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public enum ColorSpectrumComponents
View Source

Remarks

Order of the color components is important and correspond with an X/Y axis in Box shape or a degree/radius in Ring shape.

Members

HueValue0The Hue and Value components.
ValueHue1The Value and Hue components.
HueSaturation2The Hue and Saturation components.
SaturationHue3The Saturation and Hue components.
SaturationValue4The Saturation and Value components.
ValueSaturation5The Value and Saturation components.

See Also

Reference

Avalonia.Controls Namespace