// ntddvdeo.h
typedef struct _GAMMA_RAMP_DXGI_1 {
GAMMA_RAMP_RGB Scale;
GAMMA_RAMP_RGB Offset;
GAMMA_RAMP_RGB GammaCurve[1025];
} GAMMA_RAMP_DXGI_1;
View the official Windows Driver Kit DDI referenceNo description available.
Dxgi gamma ramp.
ScaleThe scale.
OffsetOffset.
GammaCurveGamma curve.