pub unsafe trait CIAreaMaximumAlpha: CIAreaReductionFilter { }Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Area Maximum Alpha filter.
Finds and returns the pixel with the maximum alpha value.
See also Apple’s documentation