max_brightness property

max_brightness property

Gets or sets the ending brightness value.

Definition:

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

See Also