07-28-2016 05:04 AM - edited 07-28-2016 05:09 AM
Hi,
I'm wondering what valid values for the "pixel color" input for the IMAQ Draw.vi are. I'm using RGB32 (U32).
I couldn't find info on that in the help function of the VI or the web. I can enter values going into the 10.000s, which clearly has an effect on color.
I would have expected separated R, G and B inputs and don't know how they combine.
Thanks!
Solved! Go to Solution.
07-28-2016 07:19 AM
use this vi to understand it
select rgb and hover your mouse on image to see the result
08-01-2016 01:54 AM
The color value is six digit Hexadecimal representation of RGB Values.
-Like first two digits representing Hex value of R and next two digits to G and last two to Blue.