Hi!
I'm trying to mix two colors that are in CMY format, but I cannot seem to find the proper algorithm to do so.
Right now the script that I've made does the following:
Converts an HTML Hex code to RGB
Converts RGB to CMY (I was told that mixing the colors in CMY would yield the "truest" results.)
Now I just need to figure out how to mix two CMY color values properly. Could anyone help out? It'd be greatly appreciated.