CIAreaMinimumAlpha

Trait CIAreaMinimumAlpha 

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

The protocol for the Area Minimum Alpha filter.

Finds and returns the pixel with the minimum alpha value.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIAreaMinimumAlpha

Source§

const NAME: &'static str = "CIAreaMinimumAlpha"

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 CIAreaMinimumAlpha

Implementations on Foreign Types§

Source§

impl<T> CIAreaMinimumAlpha for ProtocolObject<T>

Implementors§