D3DDDI_GAMMA_RAMP_DXGI_1 structure (d3dukmdt.h)
The D3DDDI_GAMMA_RAMP_DXGI_1 structure describes a gamma function.
Syntax
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;
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[1025]
An array of D3DDDI_DXGI_RGB structures that describe the curve of the gamma function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dukmdt.h (include D3dukmdt.h) |