GAMMA_RAMP_RGB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _GAMMA_RAMP_RGB {
  float Red;
  float Green;
  float Blue;
} GAMMA_RAMP_RGB;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

GAMMA_RAMP_RGB structure

Description

Gamma ramp for RGB.

Members

Red

Red.

Green

Green.

Blue

Blue.

Remarks

See also