I want to create a vignette effect in cocos2d. I'm not really sure how I could go about doing this. I thought about just using an image, but a high resolution, fullscreen image (this is for iPad) would take up a lot of memory. Next, I thought about using CCRenderTexture. I've never used it before, but I'm currently looking into it. What advice do you have toward accomplishing this?
I want something similar to this (notice the black near the corners and edges of the image)
Thanks.