Lines Matching refs:CMYK
619 // We require at least one, and no more than four (ie CMYK) input channels
642 // For B2A, exactly 3 input channels (XYZ) and 3 (RGB) or 4 (CMYK) output channels.
819 // We require no more than four (ie CMYK) input channels
942 // Require exactly 3 inputs (XYZ) and 3 (RGB) or 4 (CMYK) outputs.
1614 // to be treated as equal. But CMYK profiles are a totally different ballgame.
1615 const auto CMYK = skcms_Signature_CMYK;
1616 if ((A->data_color_space == CMYK) != (B->data_color_space == CMYK)) {
1620 // Interpret as RGB_888 if data color space is RGB or GRAY, RGBA_8888 if CMYK.
2709 // Photoshop creates CMYK images as inverse CMYK.
2712 // With CMYK, ignore the alpha type, to avoid changing K or conflating CMY with K.
2894 // Photoshop creates CMYK images as inverse CMYK.
2898 // CMYK has no alpha channel, so make sure dstAlpha is a no-op.