DrvUnrealizeColor (Windows Embedded CE 6.0)
1/6/2010
This function maps a color in the display device's format to an RGB value.
Syntax
ULONG APIENTRY DrvUnrealizeColor(
USHORT iSrcType,
ULONG cEntries,
ULONG* pPalette,
ULONG iRealizedColor
);
Parameters
- iSrcType
[in] Flag value. Set to one of PAL_INDEXED, PAL_BITFIELDS, PAL_RGB, or PAL_BGR.
- cEntries
[in] Number of entries in the palette.
- pPalette
[in] Pointer to the device palette.
- iRealizedColor
[in] Color to unrealize, specified in PAL_RGB format. Obtained by DrvRealizeColor.
Return Value
Unrealized color value.
Requirements
Header | winddi.h |
Library | Ddi_ati_lib.lib, Ddi_flat_lib.lib, Ddi_gx_lib.lib, Ddi_mq200_lib.lib, Ddi_nop_lib.lib, Ddi_rflat_lib.lib, Ddi_rgx_lib.lib, Ddi_tvia5_lib.lib |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
Display Driver Functions
DrvRealizeColor