So I was playing around with Python's Image Manipulation Library (PIL) and I wrote my own image filter. It allows the user to transpose the red, green, and blue values in an image in any way they want.
Here's a picture I took of the sun setting over the Mississippi near Baton Rouge. I used the filter to transpose all the red and blue values - so the light blue sky becomes a light red sky, and the deep red sunset becomes an alien blue sunset. (For what it's worth, I'm pretty sure a blue sunset like this is a physical impossibility. Rayleigh scattering doesn't work that way)
Using the filter is easy. Install PIL and run this program: