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§
Sourceunsafe fn focalLength(&self) -> c_float
unsafe fn focalLength(&self) -> c_float
35mm equivalent focal length of the input image.
Sourceunsafe fn setFocalLength(&self, focal_length: c_float)
unsafe fn setFocalLength(&self, focal_length: c_float)
Setter for focalLength.