CIContext_CIDepthBlurEffect.GetDepthBlurEffectFilter 方法

定义

重载

GetDepthBlurEffectFilter(CIContext, NSData, NSDictionary)
GetDepthBlurEffectFilter(CIContext, NSUrl, NSDictionary)
GetDepthBlurEffectFilter(CIContext, CIImage, CIImage, CIImage, CGImagePropertyOrientation, NSDictionary)

GetDepthBlurEffectFilter(CIContext, NSData, NSDictionary)

[Foundation.Export("depthBlurEffectFilterForImageData:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreImage.CIFilter GetDepthBlurEffectFilter (this CoreImage.CIContext This, Foundation.NSData data, Foundation.NSDictionary options);
static member GetDepthBlurEffectFilter : CoreImage.CIContext * Foundation.NSData * Foundation.NSDictionary -> CoreImage.CIFilter

参数

This
CIContext
data
NSData
options
NSDictionary

返回

属性

适用于

GetDepthBlurEffectFilter(CIContext, NSUrl, NSDictionary)

[Foundation.Export("depthBlurEffectFilterForImageURL:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreImage.CIFilter GetDepthBlurEffectFilter (this CoreImage.CIContext This, Foundation.NSUrl url, Foundation.NSDictionary options);
static member GetDepthBlurEffectFilter : CoreImage.CIContext * Foundation.NSUrl * Foundation.NSDictionary -> CoreImage.CIFilter

参数

This
CIContext
url
NSUrl
options
NSDictionary

返回

属性

适用于

GetDepthBlurEffectFilter(CIContext, CIImage, CIImage, CIImage, CGImagePropertyOrientation, NSDictionary)

[Foundation.Export("depthBlurEffectFilterForImage:disparityImage:portraitEffectsMatte:orientation:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreImage.CIFilter GetDepthBlurEffectFilter (this CoreImage.CIContext This, CoreImage.CIImage image, CoreImage.CIImage disparityImage, CoreImage.CIImage portraitEffectsMatte, ImageIO.CGImagePropertyOrientation orientation, Foundation.NSDictionary options);
static member GetDepthBlurEffectFilter : CoreImage.CIContext * CoreImage.CIImage * CoreImage.CIImage * CoreImage.CIImage * ImageIO.CGImagePropertyOrientation * Foundation.NSDictionary -> CoreImage.CIFilter

参数

This
CIContext
image
CIImage
disparityImage
CIImage
portraitEffectsMatte
CIImage
options
NSDictionary

返回

属性

适用于