C# Class GR.Imaging.ColorRange

显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
ColorRange ( Color c1, Color c2 ) : System
ColorRange ( Color c, int threshold ) : System
ColorRange ( int argb1, int argb2 ) : System
HasArgb ( int argb ) : bool
HasColor ( Color c ) : bool

Method Details

ColorRange() public method

public ColorRange ( Color c1, Color c2 ) : System
c1 Color
c2 Color
return System

ColorRange() public method

public ColorRange ( Color c, int threshold ) : System
c Color
threshold int
return System

ColorRange() public method

public ColorRange ( int argb1, int argb2 ) : System
argb1 int
argb2 int
return System

HasArgb() public method

public HasArgb ( int argb ) : bool
argb int
return bool

HasColor() public method

public HasColor ( Color c ) : bool
c Color
return bool