Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting Color Values
Message
From
02/10/2001 12:42:22
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00563099
Message ID:
00563134
Views:
14
>Anyone know how to convert RGB color pairs to a
color triples?
>
the rgb() function?

alternatively:

R + bitlshift(G, 8) + bitlshift(B, 16)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform