Swap color channels in an image

We load a photo, render it on the resulting bitmap using BitBlt, then swap the red and blue channels in the resulting image using pixel access. The original photo is shown in the bottom right corner for reference.