Alpha blending in Silverlight
Posted
by Johangsl
on Stack Overflow
See other posts from Stack Overflow
or by Johangsl
Published on 2010-04-08T14:21:40Z
Indexed on
2010/04/08
14:23 UTC
Read the original article
Hit count: 182
silverlight-3.0
I have noticed that Silverlight uses alpha-blending channel for colors for example #FF000000, being the FF the alpha channel of the color.
The problem I am currently facing is that I'm doing some neat UI changes to an app and the colors from Photoshop to silverlight don't look the same. I know im using the correct colors but every colors looks washed out, on Silverlight.
Anyone knows how silverlight manages colors?
© Stack Overflow or respective owner