Jump to content

sukhoon

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

sukhoon's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have the following problem. Am working on Version 7.0. Can someone please help me through i am new to this: I performed an experiment and got the following set of values: RED Blue Green Red 10 1 1 Blue 2 20 2 Green 3 3 30 Unknown(X) X1 X2 X3 Now I have to find color of unknown solution: X. So in Labview I want to do following : 1. Get Fraction (X1/10) *255 (X2/10) *255 (X3/10) *255 a1 a2 a3 Now a1,a2,a3 is (R,G,B) fractions. 2. Convert a1,a2,a3 into binary values. 3. Feed those values into RGB conveter. ( Need to know where is RGB converter or RGB function) 4. Determine and display the output color on Labview panel. Thank u much. If you could tell me is there something called RGB function which can help to convert the binary values to color.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.