[][src]Trait uikit_sys::CIImage_CIImageProvider

pub trait CIImage_CIImageProvider: Sized + Deref {
    unsafe fn initWithImageProvider_size__format_colorSpace_options_(
        self,
        p: id,
        width: size_t,
        height: size_t,
        f: CIFormat,
        cs: CGColorSpaceRef,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithImageProvider_size__format_colorSpace_options_(
        p: id,
        width: size_t,
        height: size_t,
        f: CIFormat,
        cs: CGColorSpaceRef,
        options: NSDictionary
    ) -> CIImage
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithImageProvider_size__format_colorSpace_options_(
    self,
    p: id,
    width: size_t,
    height: size_t,
    f: CIFormat,
    cs: CGColorSpaceRef,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn imageWithImageProvider_size__format_colorSpace_options_(
    p: id,
    width: size_t,
    height: size_t,
    f: CIFormat,
    cs: CGColorSpaceRef,
    options: NSDictionary
) -> CIImage where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIImage_CIImageProvider for CIImage[src]

Loading content...