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