D3DMCOLORWRITEENABLE Values

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

These values are flags used as values for the D3DMRS_COLORWRITEENABLE render state (see D3DMRENDERSTATETYPE) to identify color channels during pixel write operations in the rendering pipeline.

The following table shows these values.

Value Description

D3DMCOLORWRITEENABLE_RED

Identifies the red color channel.

D3DMCOLORWRITEENABLE_GREEN

Identifies the green color channel.

D3DMCOLORWRITEENABLE_BLUE

Identifies the blue color channel.

D3DMCOLORWRITEENABLE_ALPHA

Identifies the alpha channel.

D3DMCOLORWRITEENABLE_ALL

Identifies the all color channels.

Requirements

Header d3dmtypes.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Macros

Concepts

Writing Pixels