C# Class Sarcasm.Unparsing.Styles.ColorFactory

Exibir arquivo Open project: davidnemeti/Sarcasm

Public Methods

Method Description
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

Method Details

A() public static method

public static A ( this color ) : byte
color this
return byte

B() public static method

public static B ( this color ) : byte
color this
return byte

CreateColor() public static method

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

G() public static method

public static G ( this color ) : byte
color this
return byte

R() public static method

public static R ( this color ) : byte
color this
return byte