BACKLIGHT_REDUCTION_GAMMA_RAMP structure (ntddvdeo.h)
Contains a reduction gamma lookup table.
Syntax
typedef struct _BACKLIGHT_REDUCTION_GAMMA_RAMP {
USHORT R[256];
USHORT G[256];
USHORT B[256];
} BACKLIGHT_REDUCTION_GAMMA_RAMP;
Members
R[256]
Red color channel.
G[256]
Green color channel.
B[256]
Blue color channel.
Requirements
Requirement | Value |
---|---|
Header | ntddvdeo.h |