ezEngine  Release 25.03
ezTexConvChannelValue Struct Reference

Defines which channel of another texture to read to get a value. More...

#include <TexConvEnums.h>

Public Types

enum  Enum {
  Red, Green, Blue, Alpha,
  Black, White
}
 

Detailed Description

Defines which channel of another texture to read to get a value.

Member Enumeration Documentation

◆ Enum

Enumerator
Red 

read the RED channel

Green 

read the GREEN channel

Blue 

read the BLUE channel

Alpha 

read the ALPHA channel

Black 

don't read any channel, just take the constant value 0

White 

don't read any channel, just take the constant value 0xFF / 1.0f


The documentation for this struct was generated from the following file: