HsvComponent Enumeration
Defines a specific component in the HSV color model.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum HsvComponent
Public Enumeration HsvComponent
type HsvComponent
Members
Alpha | 0 | The Alpha component. |
Hue | 1 | The Hue component. |
Saturation | 2 | The Saturation component. |
Value | 3 | The Value component. |