[][src]Trait uikit_sys::CIContext_CIDepthBlurEffect

pub trait CIContext_CIDepthBlurEffect: Sized + Deref {
    unsafe fn depthBlurEffectFilterForImageURL_options_(
        self,
        url: NSURL,
        options: NSDictionary
    ) -> CIFilter
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn depthBlurEffectFilterForImageData_options_(
        self,
        data: NSData,
        options: NSDictionary
    ) -> CIFilter
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn depthBlurEffectFilterForImage_disparityImage_portraitEffectsMatte_orientation_options_(
        self,
        image: CIImage,
        disparityImage: CIImage,
        portraitEffectsMatte: CIImage,
        orientation: CGImagePropertyOrientation,
        options: NSDictionary
    ) -> CIFilter
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn depthBlurEffectFilterForImage_disparityImage_portraitEffectsMatte_hairSemanticSegmentation_orientation_options_(
        self,
        image: CIImage,
        disparityImage: CIImage,
        portraitEffectsMatte: CIImage,
        hairSemanticSegmentation: CIImage,
        orientation: CGImagePropertyOrientation,
        options: NSDictionary
    ) -> CIFilter
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn depthBlurEffectFilterForImageURL_options_(
    self,
    url: NSURL,
    options: NSDictionary
) -> CIFilter where
    Self::Target: Message + Sized

unsafe fn depthBlurEffectFilterForImageData_options_(
    self,
    data: NSData,
    options: NSDictionary
) -> CIFilter where
    Self::Target: Message + Sized

unsafe fn depthBlurEffectFilterForImage_disparityImage_portraitEffectsMatte_orientation_options_(
    self,
    image: CIImage,
    disparityImage: CIImage,
    portraitEffectsMatte: CIImage,
    orientation: CGImagePropertyOrientation,
    options: NSDictionary
) -> CIFilter where
    Self::Target: Message + Sized

unsafe fn depthBlurEffectFilterForImage_disparityImage_portraitEffectsMatte_hairSemanticSegmentation_orientation_options_(
    self,
    image: CIImage,
    disparityImage: CIImage,
    portraitEffectsMatte: CIImage,
    hairSemanticSegmentation: CIImage,
    orientation: CGImagePropertyOrientation,
    options: NSDictionary
) -> CIFilter where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIContext_CIDepthBlurEffect for CIContext[src]

Loading content...