CIAreaMaximum

Trait CIAreaMaximum 

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

The protocol for the Area Maximum filter.

Calculates the maximum 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 CIAreaMaximum

Source§

const NAME: &'static str = "CIAreaMaximum"

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

Implementations on Foreign Types§

Source§

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

Implementors§