luxlabs header browser preview


@class CIImage, NSNumber;

@interface CIMotionBlur : CIFilter

@property (retain, nonatomic) CIImage *inputImage;
@property (retain, nonatomic) NSNumber *inputRadius;
@property (retain, nonatomic) NSNumber *inputAngle;

+ (id)customAttributes;

- (BOOL)_isIdentity;
- (id)_blur:(id)a0 pass:(int)a1 weightsFactor:(float)a2 legacyExtent:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } *)a3;
- (id)_kernel;
- (id)outputImage;

@end