channels - eisclimber/ExPresS-XR GitHub Wiki
Enum in ColorChannel
Inherits from System.Enum
Represents the for channels in a RGBA color.
public enum Channels
{
R,
G,
B,
A
}| Name | Description |
|---|---|
| A | Alpha channel. |
| B | Blue channel. |
| G | Green channel. |
| R | Red channel. |