Documentation Archive Developer
Search

QuartzCore Changes

QuartzCore (Added)

Added CAAction
Added CAAction.runActionForKey(String!, object: AnyObject!, arguments:[NSObject: AnyObject]!)
Added CAAnimation
Added CAAnimation.defaultValueForKey(String!) -> AnyObject! [class]
Added CAAnimation.delegate
Added CAAnimation.removedOnCompletion
Added CAAnimation.shouldArchiveValueForKey(String!) -> Bool
Added CAAnimation.timingFunction
Added CAAnimationGroup
Added CAAnimationGroup.animations
Added CAAutoresizingMask [struct]
Added CAAutoresizingMask.LayerHeightSizable
Added CAAutoresizingMask.LayerMaxXMargin
Added CAAutoresizingMask.LayerMaxYMargin
Added CAAutoresizingMask.LayerMinXMargin
Added CAAutoresizingMask.LayerMinYMargin
Added CAAutoresizingMask.LayerNotSizable
Added CAAutoresizingMask.LayerWidthSizable
Added CAAutoresizingMask.init(_: UInt32)
Added CAAutoresizingMask.init(rawValue: UInt32)
Added CABasicAnimation
Added CABasicAnimation.byValue
Added CABasicAnimation.fromValue
Added CABasicAnimation.toValue
Added CAConstraint
Added CAConstraint.attribute
Added CAConstraint.init(attribute: CAConstraintAttribute, relativeTo: String!, attribute: CAConstraintAttribute, scale: CGFloat, offset: CGFloat)
Added CAConstraint.constraintWithAttribute(CAConstraintAttribute, relativeTo: String!, attribute: CAConstraintAttribute) -> AnyObject! [class]
Added CAConstraint.constraintWithAttribute(CAConstraintAttribute, relativeTo: String!, attribute: CAConstraintAttribute, offset: CGFloat) -> AnyObject! [class]
Added CAConstraint.constraintWithAttribute(CAConstraintAttribute, relativeTo: String!, attribute: CAConstraintAttribute, scale: CGFloat, offset: CGFloat) -> AnyObject! [class]
Added CAConstraint.offset
Added CAConstraint.scale
Added CAConstraint.sourceAttribute
Added CAConstraint.sourceName
Added CAConstraintAttribute [enum]
Added CAConstraintAttribute.Height
Added CAConstraintAttribute.MaxX
Added CAConstraintAttribute.MaxY
Added CAConstraintAttribute.MidX
Added CAConstraintAttribute.MidY
Added CAConstraintAttribute.MinX
Added CAConstraintAttribute.MinY
Added CAConstraintAttribute.Width
Added CAConstraintLayoutManager
Added CAConstraintLayoutManager.layoutManager() -> AnyObject! [class]
Added CAEdgeAntialiasingMask [struct]
Added CAEdgeAntialiasingMask.LayerBottomEdge
Added CAEdgeAntialiasingMask.LayerLeftEdge
Added CAEdgeAntialiasingMask.LayerRightEdge
Added CAEdgeAntialiasingMask.LayerTopEdge
Added CAEdgeAntialiasingMask.init(_: UInt32)
Added CAEdgeAntialiasingMask.init(rawValue: UInt32)
Added CAEmitterBehavior
Added CAEmitterBehavior.attributesForKey(String!) -> [NSObject: AnyObject]! [class]
Added CAEmitterBehavior.attributesForKeyPath(String!) -> [NSObject: AnyObject]!
Added CAEmitterBehavior.behaviorTypes() -> [AnyObject]! [class]
Added CAEmitterBehavior.enabled
Added CAEmitterBehavior.inputKeys() -> [AnyObject]!
Added CAEmitterBehavior.name
Added CAEmitterBehavior.type
Added CAEmitterBehavior.init(type: String!)
Added CAEmitterCell
Added CAEmitterCell.alphaRange
Added CAEmitterCell.alphaSpeed
Added CAEmitterCell.birthRate
Added CAEmitterCell.blueRange
Added CAEmitterCell.blueSpeed
Added CAEmitterCell.color
Added CAEmitterCell.contents
Added CAEmitterCell.contentsRect
Added CAEmitterCell.defaultValueForKey(String!) -> AnyObject! [class]
Added CAEmitterCell.emissionLatitude
Added CAEmitterCell.emissionLongitude
Added CAEmitterCell.emissionRange
Added CAEmitterCell.emitterCells
Added CAEmitterCell.enabled
Added CAEmitterCell.greenRange
Added CAEmitterCell.greenSpeed
Added CAEmitterCell.lifetime
Added CAEmitterCell.lifetimeRange
Added CAEmitterCell.magnificationFilter
Added CAEmitterCell.minificationFilter
Added CAEmitterCell.minificationFilterBias
Added CAEmitterCell.name
Added CAEmitterCell.redRange
Added CAEmitterCell.redSpeed
Added CAEmitterCell.scale
Added CAEmitterCell.scaleRange
Added CAEmitterCell.scaleSpeed
Added CAEmitterCell.shouldArchiveValueForKey(String!) -> Bool
Added CAEmitterCell.spin
Added CAEmitterCell.spinRange
Added CAEmitterCell.style
Added CAEmitterCell.velocity
Added CAEmitterCell.velocityRange
Added CAEmitterCell.xAcceleration
Added CAEmitterCell.yAcceleration
Added CAEmitterCell.zAcceleration
Added CAEmitterLayer
Added CAEmitterLayer.birthRate
Added CAEmitterLayer.emitterCells
Added CAEmitterLayer.emitterDepth
Added CAEmitterLayer.emitterMode
Added CAEmitterLayer.emitterPosition
Added CAEmitterLayer.emitterShape
Added CAEmitterLayer.emitterSize
Added CAEmitterLayer.emitterZPosition
Added CAEmitterLayer.lifetime
Added CAEmitterLayer.preservesDepth
Added CAEmitterLayer.renderMode
Added CAEmitterLayer.scale
Added CAEmitterLayer.seed
Added CAEmitterLayer.spin
Added CAEmitterLayer.velocity
Added CAGradientLayer
Added CAGradientLayer.colors
Added CAGradientLayer.endPoint
Added CAGradientLayer.locations
Added CAGradientLayer.startPoint
Added CAGradientLayer.type
Added CAKeyframeAnimation
Added CAKeyframeAnimation.biasValues
Added CAKeyframeAnimation.calculationMode
Added CAKeyframeAnimation.continuityValues
Added CAKeyframeAnimation.keyTimes
Added CAKeyframeAnimation.path
Added CAKeyframeAnimation.rotationMode
Added CAKeyframeAnimation.tensionValues
Added CAKeyframeAnimation.timingFunctions
Added CAKeyframeAnimation.values
Added CALayer
Added CALayer.init()
Added CALayer.actionForKey(String!) -> CAAction!
Added CALayer.actions
Added CALayer.addAnimation(CAAnimation!, forKey: String!)
Added CALayer.addConstraint(CAConstraint!)
Added CALayer.addSublayer(CALayer!)
Added CALayer.affineTransform() -> CGAffineTransform
Added CALayer.anchorPoint
Added CALayer.anchorPointZ
Added CALayer.animationForKey(String!) -> CAAnimation!
Added CALayer.animationKeys() -> [AnyObject]!
Added CALayer.autoresizingMask
Added CALayer.backgroundColor
Added CALayer.backgroundFilters
Added CALayer.borderColor
Added CALayer.borderWidth
Added CALayer.bounds
Added CALayer.compositingFilter
Added CALayer.constraints
Added CALayer.containsPoint(CGPoint) -> Bool
Added CALayer.contents
Added CALayer.contentsAreFlipped() -> Bool
Added CALayer.contentsCenter
Added CALayer.contentsGravity
Added CALayer.contentsRect
Added CALayer.contentsScale
Added CALayer.convertPoint(CGPoint, fromLayer: CALayer!) -> CGPoint
Added CALayer.convertPoint(CGPoint, toLayer: CALayer!) -> CGPoint
Added CALayer.convertRect(CGRect, fromLayer: CALayer!) -> CGRect
Added CALayer.convertRect(CGRect, toLayer: CALayer!) -> CGRect
Added CALayer.convertTime(CFTimeInterval, fromLayer: CALayer!) -> CFTimeInterval
Added CALayer.convertTime(CFTimeInterval, toLayer: CALayer!) -> CFTimeInterval
Added CALayer.cornerRadius
Added CALayer.defaultActionForKey(String!) -> CAAction! [class]
Added CALayer.defaultValueForKey(String!) -> AnyObject! [class]
Added CALayer.delegate
Added CALayer.display()
Added CALayer.displayIfNeeded()
Added CALayer.doubleSided
Added CALayer.drawInContext(CGContext!)
Added CALayer.drawsAsynchronously
Added CALayer.edgeAntialiasingMask
Added CALayer.filters
Added CALayer.frame
Added CALayer.geometryFlipped
Added CALayer.hidden
Added CALayer.hitTest(CGPoint) -> CALayer!
Added CALayer.insertSublayer(CALayer!, above: CALayer!)
Added CALayer.insertSublayer(CALayer!, atIndex: UInt32)
Added CALayer.insertSublayer(CALayer!, below: CALayer!)
Added CALayer.init(layer: AnyObject!)
Added CALayer.layoutIfNeeded()
Added CALayer.layoutManager
Added CALayer.layoutSublayers()
Added CALayer.magnificationFilter
Added CALayer.mask
Added CALayer.masksToBounds
Added CALayer.minificationFilter
Added CALayer.minificationFilterBias
Added CALayer.modelLayer() -> AnyObject!
Added CALayer.name
Added CALayer.needsDisplay() -> Bool
Added CALayer.needsDisplayForKey(String!) -> Bool [class]
Added CALayer.needsDisplayOnBoundsChange
Added CALayer.needsLayout() -> Bool
Added CALayer.opacity
Added CALayer.opaque
Added CALayer.position
Added CALayer.preferredFrameSize() -> CGSize
Added CALayer.presentationLayer() -> AnyObject!
Added CALayer.rasterizationScale
Added CALayer.init(remoteClientId: UInt32)
Added CALayer.removeAllAnimations()
Added CALayer.removeAnimationForKey(String!)
Added CALayer.removeFromSuperlayer()
Added CALayer.renderInContext(CGContext!)
Added CALayer.replaceSublayer(CALayer!, with: CALayer!)
Added CALayer.resizeSublayersWithOldSize(CGSize)
Added CALayer.resizeWithOldSuperlayerSize(CGSize)
Added CALayer.scrollPoint(CGPoint)
Added CALayer.scrollRectToVisible(CGRect)
Added CALayer.setAffineTransform(CGAffineTransform)
Added CALayer.setNeedsDisplay()
Added CALayer.setNeedsDisplayInRect(CGRect)
Added CALayer.setNeedsLayout()
Added CALayer.shadowColor
Added CALayer.shadowOffset
Added CALayer.shadowOpacity
Added CALayer.shadowPath
Added CALayer.shadowRadius
Added CALayer.shouldArchiveValueForKey(String!) -> Bool
Added CALayer.shouldRasterize
Added CALayer.style
Added CALayer.sublayerTransform
Added CALayer.sublayers
Added CALayer.superlayer
Added CALayer.transform
Added CALayer.visibleRect
Added CALayer.zPosition
Added CAMediaTiming
Added CAMediaTiming.autoreverses
Added CAMediaTiming.beginTime
Added CAMediaTiming.duration
Added CAMediaTiming.fillMode
Added CAMediaTiming.repeatCount
Added CAMediaTiming.repeatDuration
Added CAMediaTiming.speed
Added CAMediaTiming.timeOffset
Added CAMediaTimingFunction
Added CAMediaTimingFunction.init(controlPoints: Float, _: Float, _: Float, _: Float)
Added CAMediaTimingFunction.getControlPointAtIndex(UInt, values: UnsafeMutablePointer<Float>)
Added CAMediaTimingFunction.init(name: String!)
Added CAOpenGLLayer
Added CAOpenGLLayer.asynchronous
Added CAOpenGLLayer.canDrawInCGLContext(CGLContextObj, pixelFormat: CGLPixelFormatObj, forLayerTime: CFTimeInterval, displayTime: UnsafePointer<CVTimeStamp>) -> Bool
Added CAOpenGLLayer.copyCGLContextForPixelFormat(CGLPixelFormatObj) -> CGLContextObj
Added CAOpenGLLayer.copyCGLPixelFormatForDisplayMask(UInt32) -> CGLPixelFormatObj
Added CAOpenGLLayer.drawInCGLContext(CGLContextObj, pixelFormat: CGLPixelFormatObj, forLayerTime: CFTimeInterval, displayTime: UnsafePointer<CVTimeStamp>)
Added CAOpenGLLayer.releaseCGLContext(CGLContextObj)
Added CAOpenGLLayer.releaseCGLPixelFormat(CGLPixelFormatObj)
Added CAPropertyAnimation
Added CAPropertyAnimation.additive
Added CAPropertyAnimation.cumulative
Added CAPropertyAnimation.keyPath
Added CAPropertyAnimation.init(keyPath: String!)
Added CAPropertyAnimation.valueFunction
Added CARemoteLayerClient
Added CARemoteLayerClient.clientId
Added CARemoteLayerClient.invalidate()
Added CARemoteLayerClient.layer
Added CARemoteLayerClient.init(serverPort: mach_port_t)
Added CARemoteLayerServer
Added CARemoteLayerServer.serverPort
Added CARemoteLayerServer.sharedServer() -> CARemoteLayerServer! [class]
Added CARenderer
Added CARenderer.init(CGLContext: UnsafeMutablePointer<Void>, options:[NSObject: AnyObject]!)
Added CARenderer.addUpdateRect(CGRect)
Added CARenderer.beginFrameAtTime(CFTimeInterval, timeStamp: UnsafeMutablePointer<CVTimeStamp>)
Added CARenderer.bounds
Added CARenderer.endFrame()
Added CARenderer.layer
Added CARenderer.nextFrameTime() -> CFTimeInterval
Added CARenderer.render()
Added CARenderer.updateBounds() -> CGRect
Added CAReplicatorLayer
Added CAReplicatorLayer.instanceAlphaOffset
Added CAReplicatorLayer.instanceBlueOffset
Added CAReplicatorLayer.instanceColor
Added CAReplicatorLayer.instanceCount
Added CAReplicatorLayer.instanceDelay
Added CAReplicatorLayer.instanceGreenOffset
Added CAReplicatorLayer.instanceRedOffset
Added CAReplicatorLayer.instanceTransform
Added CAReplicatorLayer.preservesDepth
Added CAScrollLayer
Added CAScrollLayer.scrollMode
Added CAScrollLayer.scrollToPoint(CGPoint)
Added CAScrollLayer.scrollToRect(CGRect)
Added CAShapeLayer
Added CAShapeLayer.fillColor
Added CAShapeLayer.fillRule
Added CAShapeLayer.lineCap
Added CAShapeLayer.lineDashPattern
Added CAShapeLayer.lineDashPhase
Added CAShapeLayer.lineJoin
Added CAShapeLayer.lineWidth
Added CAShapeLayer.miterLimit
Added CAShapeLayer.path
Added CAShapeLayer.strokeColor
Added CAShapeLayer.strokeEnd
Added CAShapeLayer.strokeStart
Added CATextLayer
Added CATextLayer.alignmentMode
Added CATextLayer.font
Added CATextLayer.fontSize
Added CATextLayer.foregroundColor
Added CATextLayer.string
Added CATextLayer.truncationMode
Added CATextLayer.wrapped
Added CATiledLayer
Added CATiledLayer.fadeDuration() -> CFTimeInterval [class]
Added CATiledLayer.levelsOfDetail
Added CATiledLayer.levelsOfDetailBias
Added CATiledLayer.tileSize
Added CATransaction
Added CATransaction.animationDuration() -> CFTimeInterval [class]
Added CATransaction.animationTimingFunction() -> CAMediaTimingFunction! [class]
Added CATransaction.begin() [class]
Added CATransaction.commit() [class]
Added CATransaction.completionBlock() -> (() -> Void)! [class]
Added CATransaction.disableActions() -> Bool [class]
Added CATransaction.flush() [class]
Added CATransaction.lock() [class]
Added CATransaction.setAnimationDuration(CFTimeInterval) [class]
Added CATransaction.setAnimationTimingFunction(CAMediaTimingFunction!) [class]
Added CATransaction.setCompletionBlock((() -> Void)!) [class]
Added CATransaction.setDisableActions(Bool) [class]
Added CATransaction.setValue(AnyObject!, forKey: String!) [class]
Added CATransaction.unlock() [class]
Added CATransaction.valueForKey(String!) -> AnyObject! [class]
Added CATransform3D [struct]
Added CATransform3D.m11
Added CATransform3D.m12
Added CATransform3D.m13
Added CATransform3D.m14
Added CATransform3D.m21
Added CATransform3D.m22
Added CATransform3D.m23
Added CATransform3D.m24
Added CATransform3D.m31
Added CATransform3D.m32
Added CATransform3D.m33
Added CATransform3D.m34
Added CATransform3D.m41
Added CATransform3D.m42
Added CATransform3D.m43
Added CATransform3D.m44
Added CATransformLayer
Added CATransition
Added CATransition.endProgress
Added CATransition.filter
Added CATransition.startProgress
Added CATransition.subtype
Added CATransition.type
Added CAValueFunction
Added CAValueFunction.name
Added CAValueFunction.init(name: String!)
Added CIColor
Added CIColor.init(CGColor: CGColor!)
Added CIColor.alpha() -> CGFloat
Added CIColor.blue() -> CGFloat
Added CIColor.colorSpace() -> Unmanaged<CGColorSpace>!
Added CIColor.components() -> UnsafePointer<CGFloat>
Added CIColor.green() -> CGFloat
Added CIColor.numberOfComponents() -> UInt
Added CIColor.red() -> CGFloat
Added CIColor.init(red: CGFloat, green: CGFloat, blue: CGFloat)
Added CIColor.init(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)
Added CIColor.init(string: String!)
Added CIColor.stringRepresentation() -> String!
Added CIContext
Added CIContext.init(CGContext: CGContext!, options:[NSObject: AnyObject]!)
Added CIContext.init(CGLContext: CGLContextObj, pixelFormat: CGLPixelFormatObj, colorSpace: CGColorSpace!, options:[NSObject: AnyObject]!)
Added CIContext.init(CGLContext: CGLContextObj, pixelFormat: CGLPixelFormatObj, options:[NSObject: AnyObject]!)
Added CIContext.clearCaches()
Added CIContext.createCGImage(CIImage!, fromRect: CGRect) -> CGImage!
Added CIContext.createCGImage(CIImage!, fromRect: CGRect, format: CIFormat, colorSpace: CGColorSpace!) -> CGImage!
Added CIContext.createCGLayerWithSize(CGSize, info: CFDictionary!) -> CGLayer!
Added CIContext.drawImage(CIImage!, inRect: CGRect, fromRect: CGRect)
Added CIContext.init(forOfflineGPUAtIndex: UInt32)
Added CIContext.init(forOfflineGPUAtIndex: UInt32, colorSpace: CGColorSpace!, options:[NSObject: AnyObject]!, sharedContext: CGLContextObj)
Added CIContext.offlineGPUCount() -> UInt32 [class]
Added CIContext.reclaimResources()
Added CIContext.render(CIImage!, toBitmap: UnsafeMutablePointer<Void>, rowBytes: Int, bounds: CGRect, format: CIFormat, colorSpace: CGColorSpace!)
Added CIContext.render(CIImage!, toIOSurface: IOSurface!, bounds: CGRect, colorSpace: CGColorSpace!)
Added CIDetector
Added CIDetector.featuresInImage(CIImage!) -> [AnyObject]!
Added CIDetector.featuresInImage(CIImage!, options:[NSObject: AnyObject]!) -> [AnyObject]!
Added CIDetector.init(ofType: String!, context: CIContext!, options:[NSObject: AnyObject]!)
Added CIFaceFeature
Added CIFaceFeature.bounds
Added CIFaceFeature.faceAngle
Added CIFaceFeature.hasFaceAngle
Added CIFaceFeature.hasLeftEyePosition
Added CIFaceFeature.hasMouthPosition
Added CIFaceFeature.hasRightEyePosition
Added CIFaceFeature.hasSmile
Added CIFaceFeature.hasTrackingFrameCount
Added CIFaceFeature.hasTrackingID
Added CIFaceFeature.leftEyeClosed
Added CIFaceFeature.leftEyePosition
Added CIFaceFeature.mouthPosition
Added CIFaceFeature.rightEyeClosed
Added CIFaceFeature.rightEyePosition
Added CIFaceFeature.trackingFrameCount
Added CIFaceFeature.trackingID
Added CIFeature
Added CIFeature.bounds
Added CIFeature.type
Added CIFilter
Added CIFilter.apply(CIKernel!, args:[AnyObject]!, options:(NSCopying, AnyObject)) -> CIImage
Added CIFilter.apply(CIKernel!, arguments:[AnyObject]!, options:[NSObject: AnyObject]!) -> CIImage!
Added CIFilter.attributes() -> [NSObject: AnyObject]!
Added CIFilter.enabled
Added CIFilter.filterArrayFromSerializedXMP(NSData!, inputImageExtent: CGRect, error: NSErrorPointer) -> [AnyObject]! [class]
Added CIFilter.filterNamesInCategories([AnyObject]!) -> [AnyObject]! [class]
Added CIFilter.filterNamesInCategory(String!) -> [AnyObject]! [class]
Added CIFilter.init(imageData: NSData!, options:[NSObject: AnyObject]!)
Added CIFilter.init(imageURL: NSURL!, options:[NSObject: AnyObject]!)
Added CIFilter.inputKeys() -> [AnyObject]!
Added CIFilter.localizedDescriptionForFilterName(String!) -> String! [class]
Added CIFilter.localizedNameForCategory(String!) -> String! [class]
Added CIFilter.localizedNameForFilterName(String!) -> String! [class]
Added CIFilter.localizedReferenceDocumentationForFilterName(String!) -> NSURL! [class]
Added CIFilter.name
Added CIFilter.init(name: String!)
Added CIFilter.init(name: String!, elements:(NSCopying, AnyObject))
Added CIFilter.init(name: String!, withInputParameters:[NSObject: AnyObject]!)
Added CIFilter.outputImage
Added CIFilter.outputKeys() -> [AnyObject]!
Added CIFilter.registerFilterName(String!, constructor: CIFilterConstructor!, classAttributes:[NSObject: AnyObject]!) [class]
Added CIFilter.serializedXMPFromFilters([AnyObject]!, inputImageExtent: CGRect) -> NSData! [class]
Added CIFilter.setDefaults()
Added CIFilterConstructor
Added CIFilterConstructor.filterWithName(String!) -> CIFilter!
Added CIFilterGenerator
Added CIFilterGenerator.classAttributes() -> [NSObject: AnyObject]!
Added CIFilterGenerator.connectObject(AnyObject!, withKey: String!, toObject: AnyObject!, withKey: String!)
Added CIFilterGenerator.init(contentsOfURL: NSURL!)
Added CIFilterGenerator.disconnectObject(AnyObject!, withKey: String!, toObject: AnyObject!, withKey: String!)
Added CIFilterGenerator.exportKey(String!, fromObject: AnyObject!, withName: String!)
Added CIFilterGenerator.exportedKeys() -> [NSObject: AnyObject]!
Added CIFilterGenerator.filter() -> CIFilter!
Added CIFilterGenerator.registerFilterName(String!)
Added CIFilterGenerator.removeExportedKey(String!)
Added CIFilterGenerator.setAttributes([NSObject: AnyObject]!, forExportedKey: String!)
Added CIFilterGenerator.setClassAttributes([NSObject: AnyObject]!)
Added CIFilterGenerator.writeToURL(NSURL!, atomically: Bool) -> Bool
Added CIFilterShape
Added CIFilterShape.insetByX(Int32, y: Int32) -> CIFilterShape!
Added CIFilterShape.intersectWith(CIFilterShape!) -> CIFilterShape!
Added CIFilterShape.intersectWithRect(CGRect) -> CIFilterShape!
Added CIFilterShape.init(rect: CGRect)
Added CIFilterShape.shapeWithRect(CGRect) -> AnyObject! [class]
Added CIFilterShape.transformBy(CGAffineTransform, interior: Bool) -> CIFilterShape!
Added CIFilterShape.unionWith(CIFilterShape!) -> CIFilterShape!
Added CIFilterShape.unionWithRect(CGRect) -> CIFilterShape!
Added CIImage
Added CIImage.init(CGImage: CGImage!)
Added CIImage.init(CGImage: CGImage!, options:[NSObject: AnyObject]!)
Added CIImage.init(CGLayer: CGLayer!)
Added CIImage.init(CGLayer: CGLayer!, options:[NSObject: AnyObject]!)
Added CIImage.init(CVImageBuffer: CVImageBuffer!)
Added CIImage.init(CVImageBuffer: CVImageBuffer!, options:[NSObject: AnyObject]!)
Added CIImage.init(IOSurface: IOSurface!)
Added CIImage.init(IOSurface: IOSurface!, options:[NSObject: AnyObject]!)
Added CIImage.init(IOSurface: IOSurface!, plane: UInt, format: CIFormat, options:[NSObject: AnyObject]!)
Added CIImage.autoAdjustmentFilters() -> [AnyObject]!
Added CIImage.autoAdjustmentFiltersWithOptions([NSObject: AnyObject]!) -> [AnyObject]!
Added CIImage.init(bitmapData: NSData!, bytesPerRow: UInt, size: CGSize, format: CIFormat, colorSpace: CGColorSpace!)
Added CIImage.init(color: CIColor!)
Added CIImage.colorSpace() -> Unmanaged<CGColorSpace>!
Added CIImage.init(contentsOfURL: NSURL!)
Added CIImage.init(contentsOfURL: NSURL!, options:[NSObject: AnyObject]!)
Added CIImage.init(data: NSData!)
Added CIImage.init(data: NSData!, options:[NSObject: AnyObject]!)
Added CIImage.definition() -> CIFilterShape!
Added CIImage.emptyImage() -> CIImage! [class]
Added CIImage.extent() -> CGRect
Added CIImage.imageByApplyingFilter(String!, withInputParameters:[NSObject: AnyObject]!) -> CIImage!
Added CIImage.imageByApplyingOrientation(Int32) -> CIImage!
Added CIImage.imageByApplyingTransform(CGAffineTransform) -> CIImage!
Added CIImage.imageByClampingToExtent() -> CIImage!
Added CIImage.imageByCompositingOverImage(CIImage!) -> CIImage!
Added CIImage.imageByCroppingToRect(CGRect) -> CIImage!
Added CIImage.init(imageProvider: AnyObject!, size: UInt, _: UInt, format: CIFormat, colorSpace: CGColorSpace!, options:[NSObject: AnyObject]!)
Added CIImage.imageTransformForOrientation(Int32) -> CGAffineTransform
Added CIImage.properties() -> [NSObject: AnyObject]!
Added CIImage.init(texture: UInt32, size: CGSize, flipped: Bool, colorSpace: CGColorSpace!)
Added CIImage.init(texture: UInt32, size: CGSize, flipped: Bool, options:[NSObject: AnyObject]!)
Added CIImage.url() -> NSURL!
Added CIImageAccumulator
Added CIImageAccumulator.clear()
Added CIImageAccumulator.extent() -> CGRect
Added CIImageAccumulator.init(extent: CGRect, format: CIFormat)
Added CIImageAccumulator.init(extent: CGRect, format: CIFormat, colorSpace: CGColorSpace!)
Added CIImageAccumulator.format() -> CIFormat
Added CIImageAccumulator.image() -> CIImage!
Added CIImageAccumulator.setImage(CIImage!)
Added CIImageAccumulator.setImage(CIImage!, dirtyRect: CGRect)
Added CIKernel
Added CIKernel.kernelsWithString(String!) -> [AnyObject]! [class]
Added CIKernel.name() -> String!
Added CIKernel.setROISelector(Selector)
Added CIKernel.init(string: String!)
Added CIPlugIn
Added CIPlugIn.loadAllPlugIns() [class]
Added CIPlugIn.loadNonExecutablePlugIns() [class]
Added CIPlugIn.loadPlugIn(NSURL!, allowExecutableCode: Bool) [class]
Added CIPlugInRegistration
Added CIPlugInRegistration.load(UnsafeMutablePointer<Void>) -> Bool
Added CIQRCodeFeature
Added CIQRCodeFeature.bottomLeft
Added CIQRCodeFeature.bottomRight
Added CIQRCodeFeature.bounds
Added CIQRCodeFeature.messageString
Added CIQRCodeFeature.topLeft
Added CIQRCodeFeature.topRight
Added CIRectangleFeature
Added CIRectangleFeature.bottomLeft
Added CIRectangleFeature.bottomRight
Added CIRectangleFeature.bounds
Added CIRectangleFeature.topLeft
Added CIRectangleFeature.topRight
Added CISampler
Added CISampler.definition() -> CIFilterShape!
Added CISampler.extent() -> CGRect
Added CISampler.init(im: CIImage!, elements:(NSCopying, AnyObject))
Added CISampler.init(image: CIImage!)
Added CISampler.init(image: CIImage!, options:[NSObject: AnyObject]!)
Added CIVector
Added CIVector.init(CGAffineTransform: CGAffineTransform)
Added CIVector.CGAffineTransformValue() -> CGAffineTransform
Added CIVector.init(CGPoint: CGPoint)
Added CIVector.CGPointValue() -> CGPoint
Added CIVector.init(CGRect: CGRect)
Added CIVector.CGRectValue() -> CGRect
Added CIVector.W() -> CGFloat
Added CIVector.X() -> CGFloat
Added CIVector.Y() -> CGFloat
Added CIVector.Z() -> CGFloat
Added CIVector.count() -> UInt
Added CIVector.init(string: String!)
Added CIVector.stringRepresentation() -> String!
Added CIVector.valueAtIndex(UInt) -> CGFloat
Added CIVector.init(values: UnsafePointer<CGFloat>, count: UInt)
Added CIVector.init(x: CGFloat)
Added CIVector.init(x: CGFloat, y: CGFloat)
Added CIVector.init(x: CGFloat, y: CGFloat, z: CGFloat)
Added CIVector.init(x: CGFloat, y: CGFloat, z: CGFloat, w: CGFloat)
Added NSObject.actionForLayer(CALayer!, forKey: String!) -> CAAction!
Added NSObject.animationDidStart(CAAnimation!)
Added NSObject.animationDidStop(CAAnimation!, finished: Bool)
Added NSObject.displayLayer(CALayer!)
Added NSObject.drawLayer(CALayer!, inContext: CGContext!)
Added NSObject.invalidateLayoutOfLayer(CALayer!)
Added NSObject.layoutSublayersOfLayer(CALayer!)
Added NSObject.preferredSizeOfLayer(CALayer!) -> CGSize
Added NSObject.provideImageData(UnsafeMutablePointer<Void>, bytesPerRow: UInt, origin: UInt, _: UInt, size: UInt, _: UInt, userInfo: AnyObject!)
Added NSValue.init(CATransform3D: CATransform3D)
Added NSValue.CATransform3DValue
Added CACurrentMediaTime() -> CFTimeInterval
Added CATransform3DConcat(CATransform3D, CATransform3D) -> CATransform3D
Added CATransform3DEqualToTransform(CATransform3D, CATransform3D) -> Bool
Added CATransform3DGetAffineTransform(CATransform3D) -> CGAffineTransform
Added CATransform3DIdentity
Added CATransform3DInvert(CATransform3D) -> CATransform3D
Added CATransform3DIsAffine(CATransform3D) -> Bool
Added CATransform3DIsIdentity(CATransform3D) -> Bool
Added CATransform3DMakeAffineTransform(CGAffineTransform) -> CATransform3D
Added CATransform3DMakeRotation(CGFloat, CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CATransform3DMakeScale(CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CATransform3DMakeTranslation(CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CATransform3DRotate(CATransform3D, CGFloat, CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CATransform3DScale(CATransform3D, CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CATransform3DTranslate(CATransform3D, CGFloat, CGFloat, CGFloat) -> CATransform3D
Added CA_WARN_DEPRECATED
Added CIDetectorAccuracy
Added CIDetectorAccuracyHigh
Added CIDetectorAccuracyLow
Added CIDetectorAspectRatio
Added CIDetectorEyeBlink
Added CIDetectorFocalLength
Added CIDetectorImageOrientation
Added CIDetectorMinFeatureSize
Added CIDetectorSmile
Added CIDetectorTracking
Added CIDetectorTypeFace
Added CIDetectorTypeQRCode
Added CIDetectorTypeRectangle
Added CIFeatureTypeFace
Added CIFeatureTypeRectangle
Added CIFormat
Added kCAAlignmentCenter
Added kCAAlignmentJustified
Added kCAAlignmentLeft
Added kCAAlignmentNatural
Added kCAAlignmentRight
Added kCAAnimationCubic
Added kCAAnimationCubicPaced
Added kCAAnimationDiscrete
Added kCAAnimationLinear
Added kCAAnimationPaced
Added kCAAnimationRotateAuto
Added kCAAnimationRotateAutoReverse
Added kCAEmitterBehaviorAlignToMotion
Added kCAEmitterBehaviorAttractor
Added kCAEmitterBehaviorColorOverLife
Added kCAEmitterBehaviorDrag
Added kCAEmitterBehaviorLight
Added kCAEmitterBehaviorValueOverLife
Added kCAEmitterBehaviorWave
Added kCAEmitterLayerAdditive
Added kCAEmitterLayerBackToFront
Added kCAEmitterLayerCircle
Added kCAEmitterLayerCuboid
Added kCAEmitterLayerLine
Added kCAEmitterLayerOldestFirst
Added kCAEmitterLayerOldestLast
Added kCAEmitterLayerOutline
Added kCAEmitterLayerPoint
Added kCAEmitterLayerPoints
Added kCAEmitterLayerRectangle
Added kCAEmitterLayerSphere
Added kCAEmitterLayerSurface
Added kCAEmitterLayerUnordered
Added kCAEmitterLayerVolume
Added kCAFillModeBackwards
Added kCAFillModeBoth
Added kCAFillModeForwards
Added kCAFillModeRemoved
Added kCAFillRuleEvenOdd
Added kCAFillRuleNonZero
Added kCAFilterLinear
Added kCAFilterNearest
Added kCAFilterTrilinear
Added kCAGradientLayerAxial
Added kCAGravityBottom
Added kCAGravityBottomLeft
Added kCAGravityBottomRight
Added kCAGravityCenter
Added kCAGravityLeft
Added kCAGravityResize
Added kCAGravityResizeAspect
Added kCAGravityResizeAspectFill
Added kCAGravityRight
Added kCAGravityTop
Added kCAGravityTopLeft
Added kCAGravityTopRight
Added kCALineCapButt
Added kCALineCapRound
Added kCALineCapSquare
Added kCALineJoinBevel
Added kCALineJoinMiter
Added kCALineJoinRound
Added kCAMediaTimingFunctionDefault
Added kCAMediaTimingFunctionEaseIn
Added kCAMediaTimingFunctionEaseInEaseOut
Added kCAMediaTimingFunctionEaseOut
Added kCAMediaTimingFunctionLinear
Added kCAOnOrderIn
Added kCAOnOrderOut
Added kCAScrollBoth
Added kCAScrollHorizontally
Added kCAScrollNone
Added kCAScrollVertically
Added kCATransactionAnimationDuration
Added kCATransactionAnimationTimingFunction
Added kCATransactionCompletionBlock
Added kCATransactionDisableActions
Added kCATransition
Added kCATransitionFade
Added kCATransitionFromBottom
Added kCATransitionFromLeft
Added kCATransitionFromRight
Added kCATransitionFromTop
Added kCATransitionMoveIn
Added kCATransitionPush
Added kCATransitionReveal
Added kCATruncationEnd
Added kCATruncationMiddle
Added kCATruncationNone
Added kCATruncationStart
Added kCAValueFunctionRotateX
Added kCAValueFunctionRotateY
Added kCAValueFunctionRotateZ
Added kCAValueFunctionScale
Added kCAValueFunctionScaleX
Added kCAValueFunctionScaleY
Added kCAValueFunctionScaleZ
Added kCAValueFunctionTranslate
Added kCAValueFunctionTranslateX
Added kCAValueFunctionTranslateY
Added kCAValueFunctionTranslateZ
Added kCIActiveKeys
Added kCIApplyOptionColorSpace
Added kCIApplyOptionDefinition
Added kCIApplyOptionExtent
Added kCIApplyOptionUserInfo
Added kCIAttributeClass
Added kCIAttributeDefault
Added kCIAttributeDescription
Added kCIAttributeDisplayName
Added kCIAttributeFilterCategories
Added kCIAttributeFilterDisplayName
Added kCIAttributeFilterName
Added kCIAttributeIdentity
Added kCIAttributeMax
Added kCIAttributeMin
Added kCIAttributeName
Added kCIAttributeReferenceDocumentation
Added kCIAttributeSliderMax
Added kCIAttributeSliderMin
Added kCIAttributeType
Added kCIAttributeTypeAngle
Added kCIAttributeTypeBoolean
Added kCIAttributeTypeCount
Added kCIAttributeTypeDistance
Added kCIAttributeTypeGradient
Added kCIAttributeTypeInteger
Added kCIAttributeTypeOffset
Added kCIAttributeTypeOpaqueColor
Added kCIAttributeTypePosition
Added kCIAttributeTypePosition3
Added kCIAttributeTypeRectangle
Added kCIAttributeTypeScalar
Added kCIAttributeTypeTime
Added kCICategoryBlur
Added kCICategoryBuiltIn
Added kCICategoryColorAdjustment
Added kCICategoryColorEffect
Added kCICategoryCompositeOperation
Added kCICategoryDistortionEffect
Added kCICategoryFilterGenerator
Added kCICategoryGenerator
Added kCICategoryGeometryAdjustment
Added kCICategoryGradient
Added kCICategoryHalftoneEffect
Added kCICategoryHighDynamicRange
Added kCICategoryInterlaced
Added kCICategoryNonSquarePixels
Added kCICategoryReduction
Added kCICategorySharpen
Added kCICategoryStillImage
Added kCICategoryStylize
Added kCICategoryTileEffect
Added kCICategoryTransition
Added kCICategoryVideo
Added kCIContextOutputColorSpace
Added kCIContextUseSoftwareRenderer
Added kCIContextWorkingColorSpace
Added kCIFilterGeneratorExportedKey
Added kCIFilterGeneratorExportedKeyName
Added kCIFilterGeneratorExportedKeyTargetObject
Added kCIFormatARGB8
Added kCIFormatRGBA16
Added kCIFormatRGBAf
Added kCIFormatRGBAh
Added kCIImageAutoAdjustCrop
Added kCIImageAutoAdjustEnhance
Added kCIImageAutoAdjustFeatures
Added kCIImageAutoAdjustLevel
Added kCIImageAutoAdjustRedEye
Added kCIImageColorSpace
Added kCIImageProperties
Added kCIImageProviderTileSize
Added kCIImageProviderUserInfo
Added kCIImageTextureFormat
Added kCIImageTextureTarget
Added kCIInputAllowDraftModeKey
Added kCIInputAngleKey
Added kCIInputAspectRatioKey
Added kCIInputBackgroundImageKey
Added kCIInputBiasKey
Added kCIInputBoostKey
Added kCIInputBoostShadowAmountKey
Added kCIInputBrightnessKey
Added kCIInputCenterKey
Added kCIInputColorKey
Added kCIInputColorNoiseReductionAmountKey
Added kCIInputContrastKey
Added kCIInputDecoderVersionKey
Added kCIInputEVKey
Added kCIInputEnableChromaticNoiseTrackingKey
Added kCIInputEnableSharpeningKey
Added kCIInputEnableVendorLensCorrectionKey
Added kCIInputExtentKey
Added kCIInputGradientImageKey
Added kCIInputIgnoreImageOrientationKey
Added kCIInputImageKey
Added kCIInputImageOrientationKey
Added kCIInputIntensityKey
Added kCIInputLinearSpaceFilter
Added kCIInputLuminanceNoiseReductionAmountKey
Added kCIInputMaskImageKey
Added kCIInputNeutralChromaticityXKey
Added kCIInputNeutralChromaticityYKey
Added kCIInputNeutralLocationKey
Added kCIInputNeutralTemperatureKey
Added kCIInputNeutralTintKey
Added kCIInputNoiseReductionAmountKey
Added kCIInputNoiseReductionContrastAmountKey
Added kCIInputNoiseReductionDetailAmountKey
Added kCIInputNoiseReductionSharpnessAmountKey
Added kCIInputRadiusKey
Added kCIInputRefractionKey
Added kCIInputSaturationKey
Added kCIInputScaleFactorKey
Added kCIInputScaleKey
Added kCIInputShadingImageKey
Added kCIInputSharpnessKey
Added kCIInputTargetImageKey
Added kCIInputTimeKey
Added kCIInputTransformKey
Added kCIInputWidthKey
Added kCIOutputImageKey
Added kCIOutputNativeSizeKey
Added kCISamplerAffineMatrix
Added kCISamplerColorSpace
Added kCISamplerFilterLinear
Added kCISamplerFilterMode
Added kCISamplerFilterNearest
Added kCISamplerWrapBlack
Added kCISamplerWrapClamp
Added kCISamplerWrapMode
Added kCISupportedDecoderVersionsKey
Added kCIUIParameterSet
Added kCIUISetAdvanced
Added kCIUISetBasic
Added kCIUISetDevelopment
Added kCIUISetIntermediate