Enum EColorChannel

Enum Documentation

enum class csp::systems::EColorChannel

Defines where the alpha value is read from.

The alpha value is usually taken from the fourth component of the base color but this allows is to be read from another channel. This enum is to be used in conjunction with materials, which are managed via the AssetSystem.

Values:

enumerator R
enumerator G
enumerator B
enumerator A