auto_brightness property

auto_brightness property

Gets or sets the AutoBrightness value. When true, XmpCameraRawPackage.brightness is automatically adjusted.

Definition:

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

See Also