D3DDDI_GAMMA_RAMP_RGB256x3x16 structure (d3dukmdt.h)

The D3DDDI_GAMMA_RAMP_RGB256x3x16 structure contains a gamma lookup table.

Syntax

typedef struct _D3DDDI_GAMMA_RAMP_RGB256x3x16 {
  USHORT Red[256];
  USHORT Green[256];
  USHORT Blue[256];
} D3DDDI_GAMMA_RAMP_RGB256x3x16;

Members

Red[256]

An array of 16-bit values that holds the gamma function for the red color channel.

Green[256]

An array of 16-bit values that holds the gamma function for the green color channel.

Blue[256]

An array of 16-bit values that holds the gamma function for the blue color channel.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dukmdt.h (include D3dukmdt.h)

See also

D3DDDI_GAMMARAMP_TYPE