Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getcolor() rgb value
Message
De
19/06/2000 11:12:34
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00381768
Message ID:
00381780
Vues:
14
Larry/George,
Thanks.

>>Is there a way in VFP to convert the GetColor() value to RGB values?
>
>nColor = GetColor()
>Blue = int(ncolor/256^2)
>ntemp = mod(ncolor,256^2)
>Green = int(ntemp/256)
>Red = mod(ntemp,256)
ramil
~~ learning to stand still
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform