CIAreaMinimum

Trait CIAreaMinimum 

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

The protocol for the Area Minimum filter.

Calculates the minimum component values for the specified area in an image, returning the result in a pixel.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIAreaMinimum

Source§

const NAME: &'static str = "CIAreaMinimum"

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 CIAreaMinimum
where T: ?Sized + Message + CIAreaMinimum,

Implementations on Foreign Types§

Source§

impl<T> CIAreaMinimum for ProtocolObject<T>
where T: ?Sized + CIAreaMinimum,

Implementors§