The backlight class is used to control the backlight level on the integrated laptop screen. More...
#include <libthinkpad.h>
Public Member Functions | |
| void | setBacklightLevel (float factor) |
| Set the backlight to the specified factor of illumination. More... | |
| float | getBacklightLevel () |
| Get the current value of the illumination factor. More... | |
The backlight class is used to control the backlight level on the integrated laptop screen.
| float ThinkPad::Hardware::Backlight::getBacklightLevel | ( | ) |
Get the current value of the illumination factor.
| void ThinkPad::Hardware::Backlight::setBacklightLevel | ( | float | factor | ) |
Set the backlight to the specified factor of illumination.
| factor | the factor to set (0.0 - 1.0) |
1.8.11