CIPerspectiveTransform

Trait CIPerspectiveTransform 

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

The protocol for the Perspective Transform filter.

Alters the geometry of an image to simulate the observer changing viewing position. You can use the perspective filter to skew an image.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIPerspectiveTransform

Source§

const NAME: &'static str = "CIPerspectiveTransform"

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 CIPerspectiveTransform

Implementations on Foreign Types§

Source§

impl<T> CIPerspectiveTransform for ProtocolObject<T>

Implementors§