C# 클래스 Nintenlord.Forms.ColorHelpers

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
GetAntiColor ( this color ) : Color
GetBrightness ( this color ) : int
ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void

Stolen from... somewhere. All credits go to there >_>.

ToRgb ( int Hue, int Saturation, int Value ) : Color

메소드 상세

GetAntiColor() 공개 정적인 메소드

public static GetAntiColor ( this color ) : Color
color this
리턴 Color

GetBrightness() 공개 정적인 메소드

public static GetBrightness ( this color ) : int
color this
리턴 int

ToHsv() 공개 정적인 메소드

Stolen from... somewhere. All credits go to there >_>.
public static ToHsv ( this color, int &Hue, int &Saturation, int &Value ) : void
color this
Hue int
Saturation int
Value int
리턴 void

ToRgb() 공개 정적인 메소드

public static ToRgb ( int Hue, int Saturation, int Value ) : Color
Hue int
Saturation int
Value int
리턴 Color