DisplayManager.SteamOsBacklight
Inherits: DisplayManager.BacklightProvider
SteamOS implementation of backlight control
Properties
| Type | Name | Default |
|---|---|---|
| CustomLogger | logger |
Methods
| Returns | Signature |
|---|---|
| PackedStringArray | get_backlights() |
| int | set_brightness(value: float, type: int = 0, backlight: String = "") |
| float | get_brightness(backlight_path: String = "") |
| int | get_brightness_value(backlight_path: String = "") |
| int | get_max_brightness_value(backlight_path: String = "") |
Property Descriptions
logger
CustomLogger logger
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
get_backlights()
PackedStringArray get_backlights()
Note
There is currently no description for this method. Please help us by contributing one!
set_brightness()
int set_brightness(value: float, type: int = 0, backlight: String = "")
Note
There is currently no description for this method. Please help us by contributing one!
get_brightness()
float get_brightness(backlight_path: String = "")
Note
There is currently no description for this method. Please help us by contributing one!
get_brightness_value()
int get_brightness_value(backlight_path: String = "")
Note
There is currently no description for this method. Please help us by contributing one!
get_max_brightness_value()
int get_max_brightness_value(backlight_path: String = "")
Note
There is currently no description for this method. Please help us by contributing one!