CIFilter Core Animation Additions
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/QuartzCore.framework |
| Availability | Available in OS X v10.5 and later. |
| Declared in | CACIFilterAdditions.h |
| Companion guides |
Overview
Core Animation adds two additional properties to the CIFilter class. These properties are accessible through key-value coding as well as the properties declared below.
Properties
enabled
Determines if the receiver is enabled. Animatable.
Discussion
The receiver is applied to its input when this property is set to YES. Default is YES.
Availability
- Available in OS X v10.5 and later.
Declared In
CACIFilterAdditions.hname
The name of the receiver.
Discussion
Default is nil. Each CIFilter instance can have an assigned name. The name is used to construct key paths to the filter’s attributes. For example, if a CIFilter instance has the name “myExposureFilter”, you refer to attributes of the filter using a key path such as “filters.myExposureFilter.inputEV”. Layer animations may also access filter attributes via these key paths.
Availability
- Available in OS X v10.5 and later.
Declared In
CACIFilterAdditions.h© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-07-24)