D3DDDI_GAMMA_RAMP_DXGI_1 - NtDoc

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

typedef struct _D3DDDI_GAMMA_RAMP_DXGI_1 {
  D3DDDI_DXGI_RGB Scale;
  D3DDDI_DXGI_RGB Offset;
  D3DDDI_DXGI_RGB GammaCurve[1025];
} D3DDDI_GAMMA_RAMP_DXGI_1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDI_GAMMA_RAMP_DXGI_1 structure

Description

The D3DDDI_GAMMA_RAMP_DXGI_1 structure describes a gamma function.

Members

Scale

A D3DDDI_DXGI_RGB structure that holds the scale for the gamma function.

Offset

A D3DDDI_DXGI_RGB structure that holds the offset for the gamma function.

GammaCurve

An array of D3DDDI_DXGI_RGB structures that describe the curve of the gamma function.

See also

D3DDDI_DXGI_RGB