[−][src]Trait uikit_sys::ICIImageAccumulator
Provided methods
unsafe fn initWithExtent_format_(
self,
extent: CGRect,
format: CIFormat
) -> instancetype where
Self::Target: Message + Sized,
self,
extent: CGRect,
format: CIFormat
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn initWithExtent_format_colorSpace_(
self,
extent: CGRect,
format: CIFormat,
colorSpace: CGColorSpaceRef
) -> instancetype where
Self::Target: Message + Sized,
self,
extent: CGRect,
format: CIFormat,
colorSpace: CGColorSpaceRef
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn image(self) -> CIImage where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setImage_(self, image: CIImage) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setImage_dirtyRect_(self, image: CIImage, dirtyRect: CGRect) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn clear(self) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn extent(self) -> CGRect where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn format(self) -> CIFormat where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn imageAccumulatorWithExtent_format_(
extent: CGRect,
format: CIFormat
) -> instancetype where
Self::Target: Message + Sized,
extent: CGRect,
format: CIFormat
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn imageAccumulatorWithExtent_format_colorSpace_(
extent: CGRect,
format: CIFormat,
colorSpace: CGColorSpaceRef
) -> instancetype where
Self::Target: Message + Sized,
extent: CGRect,
format: CIFormat,
colorSpace: CGColorSpaceRef
) -> instancetype where
Self::Target: Message + Sized,