thanks mate...
Thats exactly what i've been doing and i have the maths now. I have some functions that work now and i will be putting a class togather at some point over the next few days.
But i have a nother problem... adding two CMYK colours together... take this problem for example. We know that if we add red paint and blue paint we get purple paint. Simple... most people learnt that in junior school. The mathematical values of the paints are
Red:
c = 0
m = 100
y = 100
Blue:
c = 100
m = 100
y = 0
now the cmy value for purple is:
c = 50
m = 100
y = 0
so whats the formular for merging the red and the blue to get the purple figures. it's baffling me quite a bit (reccon it's pretty simple but it's escaping me!)
edit... and i'll be off to some maths forums as well i'd expect