Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manipulating RGB's functions
Message
 
 
À
25/11/2003 09:29:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00853263
Message ID:
00853267
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Claudio,
lnRcolor = BITAND( lnColor, 0xFF )
lnGcolor = BITAND( BITRSHIFT(lnColor,8), 0xFF )
lnBcolor = BITAND( BITRSHIFT(lnColor,16), 0xFF )
>Hello Friends;
>
>
>a = GETCOLOR(255)
>
>
>Calls colorpicker window and gives to the "A" a integer number of the chosen color.. How can I get the equivalent "RGB(?, ?, ?)" of it's expression ?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform