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.
This enumeration is used in D3DM_SETPALETTE and D3DM_SETPALETTE_WITHENTRIES structures to identify the new settings for a palette.
typedef enum _D3DM_SETPALETTE_DATATYPE { D3DM_SETPALETTE_SETACTIVE = 0, D3DM_SETPALETTE_SETENTRIES = 1,} D3DM_SETPALETTE_DATATYPE;
Elements
- D3DM_SETPALETTE_SETACTIVE
Indicates that the driver should activate the specified palette. - D3DM_SETPALETTE_SETENTRIES
Indicates that the driver should set the definition of a palette.
Requirements
OS Versions: Windows CE 5.0
Header: D3dmddk.h.
See Also
Direct3D Mobile Driver Enumerations | D3DM_SETPALETTE | D3DM_SETPALETTE_WITHENTRIES
Send Feedback on this topic to the authors