Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing the color number to RGB()
Message
 
To
06/05/1999 19:14:04
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00215903
Message ID:
00215910
Views:
24
Try this:

Red=RGB%256
Green=INT((RGB%(256*256))/256)
Blue=INT(RGB/(256*256))

>Hello dear friends!
>
>There's any way to me convert the color number to RGB number?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform