CIRowAverage

Trait CIRowAverage 

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

The protocol for the Row Average filter.

Calculates the average color for each row of the specified area in an image, returning the result in a 1D image.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn CIRowAverage

Source§

const NAME: &'static str = "CIRowAverage"

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

Implementations on Foreign Types§

Source§

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

Implementors§