C# Class entity.Main.MenuClasses.H2Color

ファイルを表示 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
A float
B float
G float
R float

Public Methods

Method Description
fromARGB ( float alpha, float red, float green, float blue ) : H2Color

Method Details

fromARGB() public static method

public static fromARGB ( float alpha, float red, float green, float blue ) : H2Color
alpha float
red float
green float
blue float
return H2Color

Property Details

A public_oe property

public float A
return float

B public_oe property

public float B
return float

G public_oe property

public float G
return float

R public_oe property

public float R
return float