03-31-2012 06:30 AM
Thank you Greg-H
but I have three values of C,M,Y and K. How can I use the framed color box to find the resultant color of these four values?
I went to the site for the formulas to find the volume. but I did not recognize the equations there....(Note) I do not want use RGB color model just CMYK
04-01-2012 01:06 AM
I am waiting
04-01-2012 10:35 AM
04-02-2012 03:46 AM
yes I tried much but no result
04-02-2012 09:31 AM
I found these specific links on the first page of results.
http://forums.adobe.com/thread/428899
http://www.javascripter.net/faq/rgb2cmyk.htm
04-02-2012 09:40 AM - edited 04-02-2012 09:49 AM
hellow Ravens Fan
I do not want the formula to convert RGB to CMYK, I want a formula the convert the values of CMYK or (RGB) to voltages used in DAQ to specify the level (volume) of liquid needed to drop the liquid from the tank. and how to show the color results from the values of CMYK using any of laview icons.
04-02-2012 10:50 AM
That is not what you've been asking at all!
There is no way anyone on this forum can help you with that. That is something very specific to the hardware you are dealing with. You will need to talk to the provider of the hardware to see if there is any kind of calibration data that will correlate a voltage to a volume of ink.
04-02-2012 11:24 AM
04-02-2012 12:16 PM
There is a color box control/indicator that is part of the numeric palette. It takes a color value in U32 and displays it.
There is a function called RGB to color that takes the RGB values of a color and displays the color.
With those, all you will need is to do the conversion from CMYK to RGB to be able to feed those values into the function.