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 |
public ColorRange ( Color c1, Color c2 ) : System | ||
c1 | Color | |
c2 | Color | |
Résultat | System |
public ColorRange ( Color c, int threshold ) : System | ||
c | Color | |
threshold | int | |
Résultat | System |
public ColorRange ( int argb1, int argb2 ) : System | ||
argb1 | int | |
argb2 | int | |
Résultat | System |