How to draw an CGImage with some alpha transparency?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-04-23T21:13:50Z
Indexed on
2010/04/23
21:23 UTC
Read the original article
Hit count: 243
iphone
Want to draw an UIImageView which has an CGImage, and the UIImageView has alpha 0.5f. But this CGContextDrawImage function doesnt take an transparency value. So how could I draw an image slightly transparent?
To be clear: The image itself is not transparent, but I want it to be "dimmed" a little bit. Just like you would do with an UIImageView and some alpha like 0.5f :-)
© Stack Overflow or respective owner