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)
- C#
- VB
- F#
public enum ColorSpectrumComponents
Public Enumeration ColorSpectrumComponents
type ColorSpectrumComponents
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
HueValue | 0 | The Hue and Value components. |
ValueHue | 1 | The Value and Hue components. |
HueSaturation | 2 | The Hue and Saturation components. |
SaturationHue | 3 | The Saturation and Hue components. |
SaturationValue | 4 | The Saturation and Value components. |
ValueSaturation | 5 | The Value and Saturation components. |