Color Warping
Another interesting feature that uses noise functions... I just call it warping. Basically it just shifts the colors around in the color image. Starting with a normal example:
And now warped:
Basically this takes each regions location (X,Y) and shifts where it grabs the color from (X+NoiseX, Y+NoiseY). Here's a video illustrating what happens as we increase the warping factor: