Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |