Метод | Описание | |
---|---|---|
Clear ( this img, Color color ) : void | ||
ReplaceColor ( this img, Color A, Color B ) : void | ||
ToInt ( this c ) : int |
public static Clear ( this img, Color color ) : void | ||
img | this | |
color | Color | |
Результат | void |
public static ReplaceColor ( this img, Color A, Color B ) : void | ||
img | this | |
A | Color | |
B | Color | |
Результат | void |