C# 클래스 Sarcasm.Unparsing.Styles.ColorFactory

파일 보기 프로젝트 열기: davidnemeti/Sarcasm

공개 메소드들

메소드 설명
A ( this color ) : byte
B ( this color ) : byte
CreateColor ( byte A, byte R, byte G, byte B ) : System.Color
G ( this color ) : byte
R ( this color ) : byte

메소드 상세

A() 공개 정적인 메소드

public static A ( this color ) : byte
color this
리턴 byte

B() 공개 정적인 메소드

public static B ( this color ) : byte
color this
리턴 byte

CreateColor() 공개 정적인 메소드

public static CreateColor ( byte A, byte R, byte G, byte B ) : System.Color
A byte
R byte
G byte
B byte
리턴 System.Color

G() 공개 정적인 메소드

public static G ( this color ) : byte
color this
리턴 byte

R() 공개 정적인 메소드

public static R ( this color ) : byte
color this
리턴 byte