Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RGB - returns
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00060073
Message ID:
00060092
Views:
19
>Hi to all VFP users
>
>Can anybody tell me how can I return the RGB values (say 230,40,140) from a selected colour within VFP.
>I can get the value VFP addigns to it but that is of no use. I need the RGB value.
>
>Thanks
>
>Willie

Try this:
nRed=nColor%256
nGreen=int((nColor%65536)/256)
nBlue=int(nColor/65536)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform