Table of Contents

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

byte

B

Blue channel.

public const byte B = 2

Field Value

byte

G

Green channel.

public const byte G = 1

Field Value

byte

NULL

Null channel.

public const byte NULL = 255

Field Value

byte

R

Red channel.

public const byte R = 0

Field Value

byte