D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS structure (d3dkmthk.h)
Contains information about all possible brightness levels that an integrated display panel supports.
Syntax
typedef struct _D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS {
UCHAR LevelCount;
UCHAR BrightnessLevels[256];
} D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS;
Members
LevelCount
The number of brightness levels that the integrated display panel supports.
BrightnessLevels[256]
The specific brightness levels that the integrated display panel supports.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h (include D3dkmthk.h) |