Skip to main content

ColorComponent Enum

Definition

Assembly:Avalonia.Controls.ColorPicker
Package:Avalonia.Controls.ColorPicker

Defines a specific component within a color model.

public enum ColorComponent

Inheritance: Enum -> ColorComponent

Fields

NameDescription
AlphaRepresents the alpha component.
Component1Represents the first color component which is Red when RGB or Hue when HSV.
Component2Represents the second color component which is Green when RGB or Saturation when HSV.
Component3Represents the third color component which is Blue when RGB or Value when HSV.

Alpha Field

Represents the alpha component.

public Avalonia.Controls.ColorComponent Alpha

Component1 Field

Represents the first color component which is Red when RGB or Hue when HSV.

public Avalonia.Controls.ColorComponent Component1

Component2 Field

Represents the second color component which is Green when RGB or Saturation when HSV.

public Avalonia.Controls.ColorComponent Component2

Component3 Field

Represents the third color component which is Blue when RGB or Value when HSV.

public Avalonia.Controls.ColorComponent Component3