01-21-2009 07:59 AM
Hi,
I want to have a plot and its annotation to use the same color. In PlotXY, I used VAL_DK_MAGENTA, which according to the CVI help is:
| VAL_DK_MAGENTA | Red = 255, Green = 0, Blue = 128 |
If I use the GUI editor to set the glyph color using the 'More' button with its color popup, this setting returns a quite different color, much brighter...?
It appears tome that VAL_DK_MAGENTA is much closer to 128/0/128...
Wolfgang
Solved! Go to Solution.
01-21-2009 09:23 AM
Effectively VAL_DK_MAGENTA is defined in userint.h as
#define VAL_DK_MAGENTA 0x800080L
that is, 128/0/128. Online documentation need to be corrected on this item.
01-21-2009 11:38 AM
Thank you both for pointing this out. We'll fix the documentation.
Luis
01-28-2009 07:40 AM