0

Im trying to figure out if its possible in a Graphic Context to draw an image like:

Is it possible?

Oritm
  • 2,113
  • 2
  • 25
  • 40
  • It is possible, it's been quite a while since I've done it however and can't find my own example of how it's done. I used apple's The Elements sample code as my starting point, they do the gradient fade on the detail views of each element. Sample code available here: http://developer.apple.com/library/ios/#samplecode/TheElements/Introduction/Intro.html – Sean Kladek Oct 04 '12 at 21:52
  • This answer seems to be exactly what you need: [How to implement alpha gradient on a image?](http://stackoverflow.com/questions/5908731/how-to-implement-alpha-gradient-on-a-image?rq=1) – SethHB Oct 04 '12 at 21:56
  • Thanks guys, i think my question is solved. If you want, copy your comment to an answer. I'll mark the first one – Oritm Oct 04 '12 at 22:28
  • Possible duplicate of [How to implement alpha gradient on a image?](http://stackoverflow.com/questions/5908731/how-to-implement-alpha-gradient-on-a-image) – Firo Jan 23 '17 at 14:06

1 Answers1

0

This answer seems to be exactly what you need: How to implement alpha gradient on a image?

Community
  • 1
  • 1
Oritm
  • 2,113
  • 2
  • 25
  • 40