primary_chromaticities property

primary_chromaticities property

Gets or sets the chromaticity of the three primary colors of the image.

Definition:

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

See Also