Accusoft.ImagXpress13.Net
ReplaceColors Method




The System.Drawing.Color that evaluates to the beginning color range.
The System.Drawing.Color that evaluates to the ending color range.
The System.Drawing.Color that evaluates to the replacement color.
Replaces a range of colors in the current image.
Syntax
'Declaration
 
Public Sub ReplaceColors( _
   ByVal fromColor As Color, _
   ByVal toColor As Color, _
   ByVal replacementColor As Color _
) 
'Usage
 
Dim instance As Processor
Dim fromColor As Color
Dim toColor As Color
Dim replacementColor As Color
 
instance.ReplaceColors(fromColor, toColor, replacementColor)
public void ReplaceColors( 
   Color fromColor,
   Color toColor,
   Color replacementColor
)
public: void ReplaceColors( 
   Color fromColor,
   Color toColor,
   Color replacementColor
) 
public:
void ReplaceColors( 
   Color fromColor,
   Color toColor,
   Color replacementColor
) 

Parameters

fromColor
The System.Drawing.Color that evaluates to the beginning color range.
toColor
The System.Drawing.Color that evaluates to the ending color range.
replacementColor
The System.Drawing.Color that evaluates to the replacement color.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback