brightness property

brightness property

Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).

Definition:

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

See Also