ColorComponent Enumeration
Defines a specific component within a color model.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum ColorComponent
Public Enumeration ColorComponent
type ColorComponent
Members
Alpha | 0 | Represents the alpha component. |
Component1 | 1 | Represents the first color component which is Red when RGB or Hue when HSV. |
Component2 | 2 | Represents the second color component which is Green when RGB or Saturation when HSV. |
Component3 | 3 | Represents the third color component which is Blue when RGB or Value when HSV. |