C# 클래스 Engine.Extensions

파일 보기 프로젝트 열기: Radnen/sphere-sfml

공개 메소드들

메소드 설명
Clear ( this img, Color color ) : void
ReplaceColor ( this img, Color A, Color B ) : void
ToInt ( this c ) : int

메소드 상세

Clear() 공개 정적인 메소드

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

ReplaceColor() 공개 정적인 메소드

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

ToInt() 공개 정적인 메소드

public static ToInt ( this c ) : int
c this
리턴 int