brightness property

brightness property

Gets or sets the Brightness value. Null if undefined.

Definition:

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

See Also