BACKLIGHT_REDUCTION_GAMMA_RAMP - NtDoc

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

typedef struct _BACKLIGHT_REDUCTION_GAMMA_RAMP {
  USHORT R[256];
  USHORT G[256];
  USHORT B[256];
} BACKLIGHT_REDUCTION_GAMMA_RAMP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_BACKLIGHT_REDUCTION_GAMMA_RAMP structure

Description

Contains a reduction gamma lookup table.

Members

R

Red color channel.

G

Green color channel.

B

Blue color channel.