GAMMA_RAMP_DXGI_1 structure (ntddvdeo.h)
Dxgi gamma ramp.
Syntax
typedef struct _GAMMA_RAMP_DXGI_1 {
GAMMA_RAMP_RGB Scale;
GAMMA_RAMP_RGB Offset;
GAMMA_RAMP_RGB GammaCurve[1025];
} GAMMA_RAMP_DXGI_1;
Members
Scale
The scale.
Offset
Offset.
GammaCurve[1025]
Gamma curve.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | ntddvdeo.h |