CIDissolveTransition

Trait CIDissolveTransition 

Source
pub unsafe trait CIDissolveTransition: CITransitionFilter { }
Available on crate features CIFilter and CIFilterBuiltins only.
Expand description

The protocol for the Dissolve filter.

Uses a dissolve to transition from one image to another.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIDissolveTransition

Source§

const NAME: &'static str = "CIDissolveTransition"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn CIDissolveTransition

Implementations on Foreign Types§

Source§

impl<T> CIDissolveTransition for ProtocolObject<T>

Implementors§