D3DKMDT_PALETTEDATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmdt.h

typedef struct _D3DKMDT_PALETTEDATA {
  BYTE Red;
  BYTE Green;
  BYTE Blue;
  BYTE Unused;
} D3DKMDT_PALETTEDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_d3dkmdt_palettedata)

_D3DKMDT_PALETTEDATA structure

Description

The D3DKMDT_PALETTEDATA structure describes a palette entry for the display.

Members

Red

An 8-bit value for the red portion of the color registers.

Green

An 8-bit value for the green portion of the color registers.

Blue

An 8-bit value for the blue portion of the color registers.

Unused

An unused portion of the display.

See also

DXGKARG_SETPALETTE

DxgkDdiSetPalette