CIAreaMinMaxRed

Trait CIAreaMinMaxRed 

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

The protocol for the Area Min and Max Red filter.

Calculates the minimum 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 CIAreaMinMaxRed

Source§

const NAME: &'static str = "CIAreaMinMaxRed"

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 CIAreaMinMaxRed

Implementations on Foreign Types§

Source§

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

Implementors§