CoreImage Changes for Objective-C
CoreImage
CIColor.h
Added +[CIColor blackColor]
Added +[CIColor blueColor]
Added +[CIColor clearColor]
Added +[CIColor cyanColor]
Added +[CIColor grayColor]
Added +[CIColor greenColor]
Added +[CIColor magentaColor]
Added +[CIColor redColor]
Added +[CIColor whiteColor]
Added +[CIColor yellowColor]
CIContext.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added +[CIContext context]
Added -[CIContext init]
Added CIContext.workingFormat
Added CIContext(ImageRepresentation)
CIDetector.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
CIFilter.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added -[CIFilter name]
Added -[CIFilter setName:]
CIFilterGenerator.h
Declaration | |
---|---|
From | - (void)disconnectObject:(id)sourceObject withKey:(NSString *)key toObject:(id)targetObject withKey:(NSString *)targetKey |
To | - (void)disconnectObject:(id)sourceObject withKey:(NSString *)sourceKey toObject:(id)targetObject withKey:(NSString *)targetKey |
CIImage.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
Added CIImage.CGImage
Added CIImage.pixelBuffer
CIImageProcessor.h (Added)
CIImageProvider.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY
CIKernel.h
Removed #def CI_ARRAY
Removed #def CI_DICTIONARY