AlphaComponentPosition Enumeration
Defines the position of a color's alpha component relative to all other components.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum AlphaComponentPosition
Public Enumeration AlphaComponentPosition
type AlphaComponentPosition
Members
Leading | 0 | The alpha component occurs before all other components. |
Trailing | 1 | The alpha component occurs after all other components. |