Photoshop's spot-color channel mixing algorithm -


photoshop seems have special mode blending spot-color channels. let's @ example: blending full opacity red #ff3c1f full opacity cyan #1cd4c6.

if create 2 spot-color channels solidity 0% , set colors #ff3c1f , #1cd4c6 , fill them black #91550d:

spot color mixing

now, know combining colors complex problem that's not well-posed (see related question). result photoshop gives gets close reality of time me. can me understand how photoshop blending?

i have read on adobe forums it's multiplicative blending in cmyk. tried reproduce layers, getting #7d4339:

cmyk multiply blending

i know cmyk device-dependent i've tried lots of various profiles none worked spot-color channels. screenshot using u.s. web coated (swop) v2 profile.

i tried multiply blend in lab , in rgb, further off.

i appreciate insight on whatsoever. thanks!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -