D3DDDI_GAMMA_RAMP_RGB256x3x16 - NtDoc

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

typedef struct _D3DDDI_GAMMA_RAMP_RGB256x3x16 {
  USHORT Red[256];
  USHORT Green[256];
  USHORT Blue[256];
} D3DDDI_GAMMA_RAMP_RGB256x3x16;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_d3dddi_gamma_ramp_rgb256x3x16)

_D3DDDI_GAMMA_RAMP_RGB256x3x16 structure

Description

The D3DDDI_GAMMA_RAMP_RGB256x3x16 structure contains a gamma lookup table.

Members

Red

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

Green

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

Blue

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

See also

D3DDDI_GAMMARAMP_TYPE