Struct ChannelMapping.Channel
- Namespace
- ValveResourceFormat.CompiledShader
- Assembly
- ValveResourceFormat.dll
Channel constants.
public readonly struct ChannelMapping.Channel
Inherited Members
Fields
A
Alpha channel.
public const byte A = 3
Field Value
B
Blue channel.
public const byte B = 2
Field Value
G
Green channel.
public const byte G = 1
Field Value
NULL
Null channel.
public const byte NULL = 255
Field Value
R
Red channel.
public const byte R = 0