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