Gets or set a value specifying whether the user is allowed to select CMYK images for the uploading.
public function getEnableCmyk() { } public function setEnableCmyk($value) { }
Type: boolean
If true
, no color space filtering is applied, otherwise only RGB images are allowed.
Default value is true.