CIAreaMaximumAlpha

Trait CIAreaMaximumAlpha 

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

The protocol for the Area Maximum Alpha filter.

Finds and returns the pixel with the maximum alpha value.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIAreaMaximumAlpha

Source§

const NAME: &'static str = "CIAreaMaximumAlpha"

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 CIAreaMaximumAlpha

Implementations on Foreign Types§

Source§

impl<T> CIAreaMaximumAlpha for ProtocolObject<T>

Implementors§