gka / chroma.js

JavaScript library for all kinds of color manipulations
https://vis4.net/chromajs/
Other
9.94k stars 543 forks source link

CMYK conversion #306

Open fallenartist opened 1 year ago

fallenartist commented 1 year ago

chroma.cmyk(1, 0, 0, 0) gives #00ffff which is not realistic (pure cyan ink is way different!). By comparison Photoshop converts to #009fe3 (obviously, including its advanced conversion engine, specific colour profiles etc). Would it be possible to have a more realistic conversion by default?