darling-cocotron/QuartzCore/CIBloom.h
Christopher Lloyd bab2e55385 QuartzCore work
2010-10-21 21:21:17 -04:00

10 lines
144 B
Objective-C

#import <QuartzCore/CIFilter.h>
@interface CIBloom : CIFilter {
double _inputRadius;
double _inputIntensity;
BOOL _enabled;
}
@end