min_brightness property

min_brightness property

The starting brightness value.

The brightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white.

Definition:

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

See Also