max_brightness property

max_brightness property

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

Definition:

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

See Also