I want to draw an image using an additive blend mode. But I don’t want to use OpenGL.
I can’t find anything to do this, maybe there’s something in Quartz2D?
Can anyone point me in the right direction?
Cheers,
Rich
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure there is enum CGBlendMode which you can use to specify blending operation.
use method:
or
more at developer site:
link text