Hue shifting in real time

Hello guy. Searching for a way to do hue shifting with Cocos2d-X in real time of a Sprite.
I saw only some examples in Objective-C .
Could someone indicate me some tutorials ?
Thanks
Claudio

Use custom fragment shader. Check TestCpp sample code in cocos2d-x distribution to get example how to use shaders with cocos2d-x.