Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |