C# Class Engine.Extensions

Afficher le fichier Open project: Radnen/sphere-sfml

Méthodes publiques

Méthode Description
Clear ( this img, Color color ) : void
ReplaceColor ( this img, Color A, Color B ) : void
ToInt ( this c ) : int

Method Details

Clear() public static méthode

public static Clear ( this img, Color color ) : void
img this
color Color
Résultat void

ReplaceColor() public static méthode

public static ReplaceColor ( this img, Color A, Color B ) : void
img this
A Color
B Color
Résultat void

ToInt() public static méthode

public static ToInt ( this c ) : int
c this
Résultat int