Edit

Share via


ColorChannel Enum

Definition

Defines a specific channel within a color representation.

public enum ColorChannel
type ColorChannel = 
Public Enum ColorChannel
Inheritance
ColorChannel

Fields

Alpha 0

Represents the alpha channel.

Channel1 1

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

Channel2 2

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

Channel3 3

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

Applies to