Uses of Class
org.robovm.apple.coreimage.CIFilter
| Package | Description |
|---|---|
| org.robovm.apple.coreanimation | |
| org.robovm.apple.coreimage | |
| org.robovm.apple.scenekit | |
| org.robovm.apple.spritekit |
-
Uses of CIFilter in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return CIFilter Modifier and Type Method Description CIFilterCALayer. getCompositingFilter()Methods in org.robovm.apple.coreanimation that return types with arguments of type CIFilter Modifier and Type Method Description NSArray<CIFilter>CALayer. getBackgroundFilters()NSArray<CIFilter>CALayer. getFilters()Methods in org.robovm.apple.coreanimation with parameters of type CIFilter Modifier and Type Method Description voidCALayer. setCompositingFilter(CIFilter v)Method parameters in org.robovm.apple.coreanimation with type arguments of type CIFilter Modifier and Type Method Description voidCALayer. setBackgroundFilters(NSArray<CIFilter> v)voidCALayer. setFilters(NSArray<CIFilter> v) -
Uses of CIFilter in org.robovm.apple.coreimage
Subclasses of CIFilter in org.robovm.apple.coreimage Modifier and Type Class Description classCIRAWFilterMethods in org.robovm.apple.coreimage that return CIFilter Modifier and Type Method Description CIFilterCIFilterConstructor. createFilter(String name)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, CIImage glassesMatte, CIImage gainMap, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CIImage hairSemanticSegmentation, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(CIImage image, CIImage disparityImage, CIImage portraitEffectsMatte, CGImagePropertyOrientation orientation, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(NSData data, NSDictionary<?,?> options)CIFilterCIContext. depthBlurEffectFilter(NSURL url, NSDictionary<?,?> options)CIFilterCIRAWFilter. getLinearSpaceFilter()Methods in org.robovm.apple.coreimage that return types with arguments of type CIFilter Modifier and Type Method Description static NSArray<CIFilter>CIFilter. deserializeFromXMP(NSData xmpData, CGRect extent)NSArray<CIFilter>CIImage. getAutoAdjustmentFilters()NSArray<CIFilter>CIImage. getAutoAdjustmentFilters(CIImageAutoAdjustmentOptions options)Methods in org.robovm.apple.coreimage with parameters of type CIFilter Modifier and Type Method Description voidCIRAWFilter. setLinearSpaceFilter(CIFilter v)Method parameters in org.robovm.apple.coreimage with type arguments of type CIFilter Modifier and Type Method Description static NSDataCIFilter. serializeToXMP(NSArray<CIFilter> filters, CGRect extent) -
Uses of CIFilter in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return types with arguments of type CIFilter Modifier and Type Method Description NSArray<CIFilter>SCNNode. getFilters()Method parameters in org.robovm.apple.scenekit with type arguments of type CIFilter Modifier and Type Method Description voidSCNNode. setFilters(NSArray<CIFilter> v) -
Uses of CIFilter in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return CIFilter Modifier and Type Method Description CIFilterSKEffectNode. getFilter()Methods in org.robovm.apple.spritekit with parameters of type CIFilter Modifier and Type Method Description protected static longSKTransition. create(CIFilter filter, double sec)SKTextureSKTexture. newTextureByApplyingCIFilter(CIFilter filter)voidSKEffectNode. setFilter(CIFilter v)Constructors in org.robovm.apple.spritekit with parameters of type CIFilter Constructor Description SKTransition(CIFilter filter, double sec)