Adjust Brilliance of UIImage

I am working on an iOS camera app that requires the application of some filters on the image after its capture to enhance its color scheme. I want to apply a Brilliance filter just like we adjust the brilliance of an image in Photos app in iPhone. Is there a way I can implement the brilliance with a slider in my iOS app? I already have explored the 'CIFilter' Library and there might be no filter available for the Brilliance.

Have this same question! The Brilliance slider is great. The built in shadows and highlights filter CIHighlightShadowAdjust is nowhere near as good.

Adjust Brilliance of UIImage
 
 
Q