channels - eisclimber/ExPresS-XR GitHub Wiki

Channels

Enum in ColorChannel

Inherits from System.Enum

Summary

Represents the for channels in a RGBA color.

public enum Channels
{
    R,
    G,
    B,
    A
}

Members

Name Description
A Alpha channel.
B Blue channel.
G Green channel.
R Red channel.
⚠️ **GitHub.com Fallback** ⚠️