Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
964 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
87 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 ...
0
votes
1answer
972 views

CGImageCreateWithMask with an image as a mask

I am trying to use an image (270 degrees of a circle, similar to a pacman logo, painted as Core Graphics) to create a mask. What I am doing is this 1. creating a Core Graphics path ...