gamma_correction property

gamma_correction property

Gets or sets image gamma. Default value is 1 it corresponds to original gamma of image.

Definition:

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

See Also