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.
The PANEL_QUERY_BRIGHTNESS_RANGES structure contains a list of supported nit ranges.
Syntax
typedef struct _PANEL_QUERY_BRIGHTNESS_RANGES {
BRIGHTNESS_INTERFACE_VERSION Version;
union {
BRIGHTNESS_LEVEL BrightnessLevel;
BRIGHTNESS_NIT_RANGES NitRanges;
};
} PANEL_QUERY_BRIGHTNESS_RANGES, *PPANEL_QUERY_BRIGHTNESS_RANGES;
Members
Version
a BRIGHTNESS_INTERFACE_VERSION value that specifies the target interface version. This value should always be DXGK_BRIGHTNESS_INTERFACE_VERSION_3.
BrightnessLevel
A BRIGHTNESS_LEVEL structure for the list of supported brightness levels of the display panel.
NitRanges
A BRIGHTNESS_NIT_RANGE structure for the supported nit ranges of the display panel.
Requirements
Requirement | Value |
---|---|
Header | ntddvdeo.h |