GAMMA_RAMP_DXGI_1 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-gamma_ramp_dxgi_1)

GAMMA_RAMP_DXGI_1 structure

Description

Dxgi gamma ramp.

Members

Scale

The scale.

Offset

Offset.

GammaCurve

Gamma curve.

Remarks

See also