Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the Background color of my UT screen?
Message
General information
Forum:
Level Extreme
Category:
Other
Miscellaneous
Thread ID:
00499751
Message ID:
00500368
Views:
28
And an even faster way:
FUNCTION getColorHex
LPARAMETERS pnColor  && The integer from getcolor()

lcHex = right(transform(pnColor, "@0"), 6) && That is a zero after the @
RETURN right(lcHex, 2)+substr(lcHex,3,2)+left(lcHex,2) && Change order from BGR to RGB
ENDFUNC
- Erik Niese-Petersen

Crazy Dane in USA.
Previous
Reply
Map
View

Click here to load this message in the networking platform