C# Class Engine.Extensions

ファイルを表示 Open project: Radnen/sphere-sfml

Public Methods

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

Method Details

Clear() public static method

public static Clear ( this img, Color color ) : void
img this
color Color
return void

ReplaceColor() public static method

public static ReplaceColor ( this img, Color A, Color B ) : void
img this
A Color
B Color
return void

ToInt() public static method

public static ToInt ( this c ) : int
c this
return int