Jump to content

Color

From LabVIEW Wiki
Revision as of 22:24, 2 September 2007 by Eaolson (talk | contribs) (just a quick note on how colors are stored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Colors are represented in LabVIEW by an unsigned 32-bit integer. The integer is of the hexadecimal form 0x00RRGGBB, where RR, GG, and BB represent the red, green, and blue components of the color, respectively.