SetAlphaRangePixelsColor sets all pixels that have an alpha channel value between alphaMin and alphaMax to the specified color.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetAlphaRangePixelsColor(
	int alphaMin,
	int alphaMax,
	IERGB color
)
Public Sub SetAlphaRangePixelsColor ( _
	alphaMin As Integer, _
	alphaMax As Integer, _
	color As IERGB _
)
public:
void SetAlphaRangePixelsColor(
	int alphaMin, 
	int alphaMax, 
	IERGB color
)

Parameters

alphaMin
Int32
The starting alpha value.
alphaMax
Int32
The ending alpha value.
color
IERGB
The replacement color.

See Also