Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manipulating RGB's functions
Message
De
25/11/2003 09:51:30
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00853263
Message ID:
00853277
Vues:
17
>
>
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 ?

Thanks Sergey.. I'll choose this thread as the answer, because was the simpler.. But, thanks also for Yuri and George !!
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform