image_brightness property

image_brightness property

Gets or sets brigthness value.

Definition:

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

See Also