// 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 referenceNo description available.
The D3DDDI_GAMMA_RAMP_DXGI_1 structure describes a gamma function.
ScaleA D3DDDI_DXGI_RGB structure that holds the scale for the gamma function.
OffsetA D3DDDI_DXGI_RGB structure that holds the offset for the gamma function.
GammaCurveAn array of D3DDDI_DXGI_RGB structures that describe the curve of the gamma function.