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.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- hueBegin
- Int32
Starting Hue value. 0..359
- hueEnd
- Int32
Ending Hue value. 0..359
- satBegin
- Int32
Starting Saturation value. 0..99
- satEnd
- Int32
Ending Saturation value. 0..99
- valBegin
- Int32
Starting Intensity value. 0..99
- valEnd
- Int32
Ending Intensity value. 0..99
- matchColor
- IERGB
New pixel color when HSV conversion fit inside specified ranges.
- nonMatchColor
- IERGB
New pixel color when HSV conversion does not fit inside specified ranes.