cmyk_color_profile property

cmyk_color_profile property

The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.

Definition:

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

See Also