SetAlphaRangePixelsColor sets all pixels that have an alpha channel value between alphaMin and alphaMax to the specified color.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- alphaMin
- Int32
The starting alpha value.
- alphaMax
- Int32
The ending alpha value.
- color
- IERGB
The replacement color.