LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorReplaceCommandColor Constructor(RasterColor,Int32)

Show in webframe







Value that represents the color to be replaced.
Value that indicates the + or - range of the color being replaced. This property only accepts nonzero positive values.
Initializes a new ColorReplaceCommandColor class with explicit parameters.
Syntax
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
'Declaration
 
Public Function New( _
   ByVal replacedColor As RasterColor, _
   ByVal fuzziness As Integer _
)
'Usage
 
Dim replacedColor As RasterColor
Dim fuzziness As Integer
 
Dim instance As New ColorReplaceCommandColor(replacedColor, fuzziness)
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
- (id)initWithColor:(LTRasterColor*)color 
          fuzziness:(unsigned int)fuzziness;
            
public ColorReplaceCommandColor(
   RasterColor replacedColor, 
   int fuzziness
)
            
function ColorReplaceCommandColor( 
   replacedColor ,
   fuzziness 
)
public:
ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)

Parameters

replacedColor
Value that represents the color to be replaced.
fuzziness
Value that indicates the + or - range of the color being replaced. This property only accepts nonzero positive values.
Example
Refer to ColorReplaceCommand (ColorReplaceCommandColor[],int,int,int)
Requirements

Target Platforms

See Also

Reference

ColorReplaceCommandColor Class
ColorReplaceCommandColor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.