Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code to create a contrasting color
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01486509
Message ID:
01486548
Vues:
75
>>>I have an app where I am cropping images. Everything works great thanks to GdiPlusX. I create a shape object with MouseDown / MouseMove to mark the crop area. My question is how to get the contrasting color so the shape border will show against all the different colors in the image. I know I can get the color at the mouse down point but how do I get a light color if the image is dark, etc. I assume this is an easy one if you know what you are doing.
>>
>>What if you use XOR operation to draw the selection box border?
>
>
>I looked at that but how would I use it. I have one value; the current color. What would be the 2nd value?

Try
lnNewColor = BITXOR(lnCurrentColor, 0xFFFFFFFF)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform