Use this method to force all colors included in the range BeginColor and EndColor to be equal to CastColor.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CastColorRange(
	IERGB beginColor,
	IERGB endColor,
	IERGB castColor
)
Public Sub CastColorRange ( _
	beginColor As IERGB, _
	endColor As IERGB, _
	castColor As IERGB _
)
public:
void CastColorRange(
	IERGB beginColor, 
	IERGB endColor, 
	IERGB castColor
)

Parameters

beginColor
IERGB
The starting color range.
endColor
IERGB
The ending color range.
castColor
IERGB
The destination color for sources pixels inside the range.

See Also