Skip to content

DisplayManager.BrightnessctlBacklight

Inherits: DisplayManager.BacklightProvider

Brightnessctl 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: String = "")
int get_brightness_value(backlight: String = "")
int get_max_brightness_value(backlight: 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: String = "")

Note

There is currently no description for this method. Please help us by contributing one!

get_brightness_value()

int get_brightness_value(backlight: 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: String = "")

Note

There is currently no description for this method. Please help us by contributing one!