Skip to main content

ColorComponent Enumeration

Defines a specific component within a color model.

Definition

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

public enum ColorComponent
View Source

Members

Alpha0Represents the alpha component.
Component11Represents the first color component which is Red when RGB or Hue when HSV.
Component22Represents the second color component which is Green when RGB or Saturation when HSV.
Component33Represents the third color component which is Blue when RGB or Value when HSV.

See Also

Reference

Avalonia.Controls Namespace