Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
ce876b7
69 lines (64 sloc) 2.33 KB
/**
* This header is generated by class-dump-z 0.2-1.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: /System/Library/Frameworks/QuartzCore.framework/QuartzCore
*/
#import "QuartzCore-Structs.h"
#import "NSMutableCopying.h"
#import <Foundation/NSObject.h>
#import "NSCopying.h"
@class NSString;
@interface CAFilter : NSObject <NSCopying, NSMutableCopying> {
@private
unsigned _type;
NSString* _name;
unsigned _flags;
CAAttrListRef _attr;
void* _cache;
}
@property(assign) BOOL cachesInputImage;
@property(assign, getter=isEnabled) BOOL enabled;
@property(copy) NSString* name;
@property(readonly, assign) NSString* type;
// ["multiplyColor","multiplyGradient","gaussianBlur","pageCurl","fog","lighting","clear","copy",
// "sourceOver","sourceIn","sourceOut","sourceAtop","destOver","destIn","destOut","destAtop","xor","plusL","multiply"]
+(NSArray*)filterTypes;
+(CAFilter*)filterWithType:(NSString*)type;
+(CAFilter*)filterWithName:(NSString*)name;
-(id)initWithType:(NSString*)type;
-(id)initWithName:(NSString*)name;
-(BOOL)enabled;
-(void)setValue:(id)value forKey:(id)key;
-(id)valueForKey:(id)key;
-(void)setDefaults;
// inherited: -(void)dealloc;
-(Object*)CA_copyRenderValue;
// in a protocol: -(id)copyWithZone:(NSZone*)zone;
// in a protocol: -(id)mutableCopyWithZone:(NSZone*)zone;
-(void)willChangeValueForKey:(id)key;
-(void)didChangeValueForKey:(id)key;
@end
extern NSString* const kCAFilterClear;
extern NSString* const kCAFilterCopy;
extern NSString* const kCAFilterDestAtop;
extern NSString* const kCAFilterDestIn;
extern NSString* const kCAFilterDestOut;
extern NSString* const kCAFilterDestOver;
extern NSString* const kCAFilterFog;
extern NSString* const kCAFilterGaussianBlur;
extern NSString* const kCAFilterLanczos;
extern NSString* const kCAFilterLighting;
extern NSString* const kCAFilterLinear;
extern NSString* const kCAFilterMultiply;
extern NSString* const kCAFilterMultiplyColor;
extern NSString* const kCAFilterMultiplyGradient;
extern NSString* const kCAFilterNearest;
extern NSString* const kCAFilterPageCurl;
extern NSString* const kCAFilterPlusL;
extern NSString* const kCAFilterSourceAtop;
extern NSString* const kCAFilterSourceIn;
extern NSString* const kCAFilterSourceOut;
extern NSString* const kCAFilterSourceOver;
extern NSString* const kCAFilterTrilinear;
extern NSString* const kCAFilterXor;
Jump to Line
Something went wrong with that request. Please try again.