Dimmer.__exit__(self, *exc_details) | exc_details: Exception type, instance and traceback |
| Exit the context, removing the dimmer |
Dimmer.__init__(self, text, red=255, green= 255, blue=255, alpha= 60, show_spinner=True) | text: The text that should be displayed on screen.
red: The amount of red in the background. green: The amount of green in the background. blue: The amount of blue in the background. alpha: The transparency of the background. show_spinner: Controls if the rotating spinner graphic should be shown.
Info: red , green , blue and alpha range from 0 to 255 | Dimmer instance | Initialize a new Dimmer instance. The dimmer won't be shown until you enter its context |