isCMYKInverted property

bool get isCMYKInverted

Whether this CMYK JPEG uses inverted color values (Adobe YCCK convention). Returns true when there is no Adobe APP14 marker (assumed inverted, the most common case) or when the marker explicitly indicates YCCK encoding.

Implementation

bool get isCMYKInverted => isCMYK && _adobeColorTransform != 0;