setting_brightness(volume, save)
      Apples and saves the screen brightness
Parameters:
      volume [value: any positive float between 0.0 and 1.0 (if no argument is supplied, current settings value is retrieved), type: float]
      save [value: True or False (save or just apply the setting), type: bool]
Return Value: None or float

file: src/engine.c

landing