min_brightness property

min_brightness property

Gets or sets the starting brightness value.

Definition:

@property
def min_brightness(self):
    ...
@min_brightness.setter
def min_brightness(self, value):
    ...

See Also