Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.56 KB

ns-d3dkmdt-_dxgkarg_setpalette.md

File metadata and controls

78 lines (59 loc) · 2.56 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmdt._DXGKARG_SETPALETTE
_DXGKARG_SETPALETTE (d3dkmdt.h)
The DXGKARG_SETPALETTE structure describes the palette to set for a display.
display\dxgkarg_setpalette.htm
display
05/10/2018
DXGKARG_SETPALETTE structure
DXGKARG_SETPALETTE, DXGKARG_SETPALETTE structure [Display Devices], DmStructs_d5720608-bc3d-437a-b080-6cd8b9635391.xml, _DXGKARG_SETPALETTE, d3dkmdt/DXGKARG_SETPALETTE, display.dxgkarg_setpalette
d3dkmdt.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
DXGKARG_SETPALETTE
_DXGKARG_SETPALETTE
d3dkmdt/_DXGKARG_SETPALETTE
DXGKARG_SETPALETTE
d3dkmdt/DXGKARG_SETPALETTE
APIRef
kbSyntax
HeaderDef
d3dkmdt.h
_DXGKARG_SETPALETTE
DXGKARG_SETPALETTE

_DXGKARG_SETPALETTE structure

-description

The DXGKARG_SETPALETTE structure describes the palette to set for a display.

-struct-fields

-field VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the palette is set on.

-field FirstEntry [in]

The location in the device palette that the first entry in the array of color entries that pLookupTable specifies is copied to. The remaining entries that pLookupTable specifies are copied sequentially, from this starting point into the device's palette.

-field NumEntries [in]

The number of color entries in the array that pLookupTable specifies.

-field pLookupTable [in]

An array of color entries to copy into the device's color palette (that is, the device's color registers). Each color entry is accessed as a generic 32-bit value or as the Red, Green, Blue, and Unused members of a D3DKMDT_PALETTEDATA structure.

-see-also

D3DKMDT_PALETTEDATA

DxgkDdiSetPalette