Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Colors
Message
From
16/06/2001 14:29:48
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Colors
Miscellaneous
Thread ID:
00520267
Message ID:
00520281
Views:
11
David,
Are you sure that isn't BGR? It seems that way on my system.
Try:
_screen.backcolor = 0xFF0000 && Blue
_screen.backcolor = 0x00FF00 && Green
_screen.backcolor = 0x0000FF && Red

Rick

Note: My initials are RGB <g>.

>Cetin,
>
>>myColor = 0xCCFF33
>
>Not quite, VFP stores the value inside the int as GBR not RGB
>
>_screen.backcolor = 0x33FFCC && equivalent to HTML color CCFF33
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform