- Messages
- 76
I am completely mystified by the three colors in a MAKE_STRING and the results. Supposedly they are FOREGROUND, BACKGROUND, and HIGHLIGHT. However, what is displayed does not remotely look like the values I put in. For example:
MAKE_STRING(....
RGB(0,255,0)
RGB(0,0,0)
RGB(92,92,92)
....)
This results in a bright CYAN (0,255,255) color on black (which is at least correct in this case). Is there something that affects (ie a mask somewhere) the final result?
MAKE_STRING(....
RGB(0,255,0)
RGB(0,0,0)
RGB(92,92,92)
....)
This results in a bright CYAN (0,255,255) color on black (which is at least correct in this case). Is there something that affects (ie a mask somewhere) the final result?


