Tagged Questions

1
vote
1answer
994 views

Why does my image mask make my image black, where the mask is white?

I have a 300 x 400 px PNG-24 with alpha channel. It's about 140kb. I want to mask out some parts of that, so I created another 300 x 400 image as PNG-24 but with only black, gray and white and no ...
0
votes
0answers
98 views

Color Masking the entire contents of CALayer

I have a CALayer with a bunch of sublayers which hold static and animated images. I want to mask everything with one color(black). The images have transparency and I want the mask only to apply on ...