white_point property

white_point property

Gets or sets the chromaticity of the white point of the image.

Definition:

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

See Also