Inverts the colors in an image. pod 'UIImage+InvertedImage' #import "UIImage+InvertedImage.h" UIImage *img = [UIImage imageNamed:@"foo"]; UIImage *gmi = img.invertedImage;