CIAreaAverageMaximumRed

Trait CIAreaAverageMaximumRed 

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

The protocol for the Area Average and Maximum Red filter.

Calculates the average and maximum red component value for the specified area in an image. The result is returned in the red and green channels of a one pixel image.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIAreaAverageMaximumRed

Source§

const NAME: &'static str = "CIAreaAverageMaximumRed"

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 CIAreaAverageMaximumRed

Implementations on Foreign Types§

Source§

impl<T> CIAreaAverageMaximumRed for ProtocolObject<T>

Implementors§