DirectX SDK |
The CONST_D3DCOLORMODEL enumeration is used to define the color model in which the system will run. A driver can expose either or both flags in the CONST_COLORMODEL member of the D3DDEVICEDESC7 type.
Enum CONST_D3DCOLORMODEL D3DCOLOR_MONO = 1 D3DCOLOR_RGB = 2 End Enum