Overload List

NameDescription
MatchHSVRange(Int32, Int32, Int32, Int32, Int32, Int32)
Calculates number of pixels matching the specified HSV range.
MatchHSVRange(Int32, Int32, Int32, Int32, Int32, Int32, IERGB)
If ColorizeMatched is true then this method colorizes pixels that match the specified HSV (Hue, Saturation and Value) range to MatchColor color.
MatchHSVRange(Int32, Int32, Int32, Int32, Int32, Int32, IERGB, IERGB)

If ColorizeMatched is true then this method colorizes pixels that match the specified HSV (Hue, Saturation and Value) range to MatchColor color.

If ColorizeNonMatched is true, non matching pixels are set to NonMatchColor.

See Also