up vote 0 down vote favorite
1
share [g+] share [fb]

I would like to display textures in different colors pretty much having this texture. How do I do this in Silverlight? Thanks!

alt text

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Turn your texture into alpha textue. Exact steps will depend on your image manipulation software. After that simply place your texture on top of colored rectangle. You could make pixel shader for even better result, but that would be an overkill in your case.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.