C# Class GR.Imaging.ColorRange

Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ColorRange ( Color c1, Color c2 ) : System
c1 Color
c2 Color
Résultat System

ColorRange() public méthode

public ColorRange ( Color c, int threshold ) : System
c Color
threshold int
Résultat System

ColorRange() public méthode

public ColorRange ( int argb1, int argb2 ) : System
argb1 int
argb2 int
Résultat System

HasArgb() public méthode

public HasArgb ( int argb ) : bool
argb int
Résultat bool

HasColor() public méthode

public HasColor ( Color c ) : bool
c Color
Résultat bool