Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DCOLORWRITEENABLEFLAGS

Defines color channels for updating during 3-D rendering.

Enum CONST_D3DCOLORWRITEENABLEFLAGS
    D3DCOLORWRITEENABLED_RED   = 1
    D3DCOLORWRITEENABLED_GREEN = 2
    D3DCOLORWRITEENABLED_BLUE  = 4
    D3DCOLORWRITEENABLED_ALPHA = 8
End Enum

Constants

D3DCOLORWRITEENABLED_RED
Specifies the red color channel.
D3DCOLORWRITEENABLED_GREEN
Specifies the green color channel.
D3DCOLORWRITEENABLED_BLUE
Specifies the blue color channel.
D3DCOLORWRITEENABLED_ALPHA
Specifies the alpha color channel.

Remarks

These flags are used to set the value of the D3DRS_COLORWRITEENABLE render state for the CONST_D3DRENDERSTATETYPE enumeration.

See Also

CONST_D3DRENDERSTATETYPE