How do you change the Back and Foreground Color of a CIFilter CIQRCodeGenerator Filter
问题 I'm trying to make a QR Code Generator for OS X but i haven't had succession in making a QRCode that can be more colourful that the black and white ones I'm using the CIQRCodeGenerator for the CIImage Filters how would i make this work I've got a sample code that I've implemented into my app :- + (NSImage *)createQRImageForString:(NSString *)string size:(CGSize)size { // Setup the QR filter with our string CIFilter *filter = [CIFilter filterWithName:@"CIQRCodeGenerator"]; [filter setDefaults]