Use this method to force all colors included in the range BeginColor and EndColor to be equal to CastColor.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
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
See Also