CIKeystoneCorrectionCombined

Trait CIKeystoneCorrectionCombined 

Source
pub unsafe trait CIKeystoneCorrectionCombined: CIFourCoordinateGeometryFilter {
    // Provided methods
    unsafe fn focalLength(&self) -> c_float
       where Self: Sized + Message { ... }
    unsafe fn setFocalLength(&self, focal_length: c_float)
       where Self: Sized + Message { ... }
}
Available on crate features CIFilter and CIFilterBuiltins only.
Expand description

The protocol for the Combined Keystone Correction filter.

Apply keystone correction to an image with combined horizontal and vertical guides.

See also Apple’s documentation

Provided Methods§

Source

unsafe fn focalLength(&self) -> c_float
where Self: Sized + Message,

35mm equivalent focal length of the input image.

Source

unsafe fn setFocalLength(&self, focal_length: c_float)
where Self: Sized + Message,

Setter for focalLength.

Trait Implementations§

Source§

impl ProtocolType for dyn CIKeystoneCorrectionCombined

Source§

const NAME: &'static str = "CIKeystoneCorrectionCombined"

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 CIKeystoneCorrectionCombined

Implementations on Foreign Types§

Source§

impl<T> CIKeystoneCorrectionCombined for ProtocolObject<T>

Implementors§