Is it possible to create a radial alpha gradiant on a CALayer
, CGImage
, or CIImage
? How would one go about implementing this the simplest and quickest way?
To give you an idea of what I'm trying to do, I'd like to fade the edges of a cropped oval image I've cut out using the CIImage
crop filter.