sort of on the same subject.. i have to make a function sort of like this: covertColor =function(/*int*/Red,/*int*/Green,/*int*/Blue) { //make conversions somehow return {cmyk:[C,M,Y,K], gray:PrecentGray} } Haven't had time yet to get on it, as i'm still working on other, more urgent parts of the script, but if anyone has something like this already done, and doesn't mind sharing it, i would be grateful. Thank you
... View more