isCMYK property
bool
get
isCMYK
Whether the image uses CMYK color space (4 components)
Implementation
bool get isCMYK => _color == 4;
Whether the image uses CMYK color space (4 components)
bool get isCMYK => _color == 4;