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