Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the Background color of my UT screen?
Message
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Divers
Thread ID:
00499751
Message ID:
00500368
Vues:
23
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform