Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color Pairs and RGB
Message
From
11/04/2007 11:00:12
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01214419
Message ID:
01214438
Views:
8
That was it! The RBG in the COLOR clause is not the same as the RGB function. First 3 values are the foreground, the last 3 are the background. Thanks!
@ 10,10 SAY REPLICATE( "_", 20 ) COLOR ( "RGB(0,0,0,255,0,0)" )
>>I've tried a number of variations of the RGB syntax, but still doesn't work.
>>
>>
>>* This works. Red background with black underline...
>>@ 10,10 SAY REPLICATE( "_", 20 ) COLOR ( "N/R" )
>>
>>* This does not work? It displays all white...
>>@ 10,10 SAY REPLICATE( "_", 20 ) COLOR ( "RGB(0,0,0) / RGB(255,0,0)" )
>>
>
>See Re: Colors Thread #1089604 Message #1089612
>
>and Message #812980
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform