I'm trying to understand Apple's GLImageProcessing example, specifically with the goal of changing the hue of an image. I don't want to do a hue rotation, but rather a hue replacement (like kCGBlendModeHue).
I can figure out the linear interpolation, and parameterizing the hue, once I'm able to make the degenerate image. Any pointers?