LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CMYK colors mixing icon or vi

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

0 Kudos
Message 11 of 19
(1,208 Views)

I am waiting

0 Kudos
Message 12 of 19
(1,200 Views)

Be patient.  It is the weekend.

 

Have you tried searching a little more to find the formulas?

 

 

0 Kudos
Message 13 of 19
(1,198 Views)

yes I tried much but no result Smiley Sad

0 Kudos
Message 14 of 19
(1,196 Views)

I found these specific links on the first page of results.

 

http://forums.adobe.com/thread/428899

 

http://www.javascripter.net/faq/rgb2cmyk.htm

 

Smiley Surprised

Message 15 of 19
(1,187 Views)

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.

0 Kudos
Message 16 of 19
(1,182 Views)

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.

0 Kudos
Message 17 of 19
(1,171 Views)
thank you Ravens, sorry I add my question
my main question is does laview have any icon to display the mixed color of cmyk values?
0 Kudos
Message 18 of 19
(1,166 Views)

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.

0 Kudos
Message 19 of 19
(1,162 Views)