D3DKMDT_PALETTEDATA structure (d3dkmdt.h)

The D3DKMDT_PALETTEDATA structure describes a palette entry for the display.

Syntax

typedef struct _D3DKMDT_PALETTEDATA {
  BYTE Red;
  BYTE Green;
  BYTE Blue;
  BYTE Unused;
} D3DKMDT_PALETTEDATA;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h

See also

DXGKARG_SETPALETTE

DxgkDdiSetPalette