CIVector

E849989

CIVector is an Objective-C class in Apple’s Core Image framework that represents and manipulates multi-component vectors, commonly used for configuring image filters and transformations.

Jump to: Statements Referenced by

Statements (56)

Predicate Object
instanceOf Core Image type
Objective-C class
availableFrom iOS 5.0
macOS 10.4
category Image processing data structure
conformsTo NSCopying NERFINISHED
definedInFramework Core Image NERFINISHED
definedInHeader CIVector.h NERFINISHED
definedInModule QuartzCore NERFINISHED
developedBy Apple Inc. NERFINISHED
framework Core Image NERFINISHED
hasInitializer +vectorWithString:
+vectorWithValues:count:
+vectorWithX:
+vectorWithX:Y:
+vectorWithX:Y:Z:
+vectorWithX:Y:Z:W:
-initWithString:
-initWithValues:count:
-initWithX:
-initWithX:Y:
-initWithX:Y:Z:
-initWithX:Y:Z:W:
hasMethod stringRepresentation
valueAtIndex:
hasProperty W
X
Y
Z
count
immutable true
platform iOS
macOS
tvOS NERFINISHED
watchOS NERFINISHED
programmingLanguage Objective-C NERFINISHED
superclass NSObject NERFINISHED
supportsNSCoding true GENERATED
usedAs filter input parameter type
filter output parameter type
usedFor configuring image filters
configuring image transformations
representing multi-component vectors
storing color components
storing geometric parameters
storing kernel parameters
usedWith CGAffineTransform-based filters
CIColorMatrix filter
CICrop filter NERFINISHED
CIFilter NERFINISHED
CIGaussianBlur filter NERFINISHED
CILinearGradient filter NERFINISHED
CIPerspectiveTransform filter
CIPerspectiveTransformWithExtent filter
CIRadialGradient filter NERFINISHED
CIVignette filter NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Core Image primaryClass CIVector