C# Class UnityEngine.Color

Mostra file Open project: jbruening/UnEngine Class Usage Examples

Public Properties

Property Type Description
a float
b float
g float
r float

Public Methods

Method Description
Color ( float r, float g, float b ) : System
Color ( float r, float g, float b, float a ) : System
Equals ( object other ) : bool
Lerp ( Color a, Color b, float t ) : Color
operator ( ) : Color
operator ( ) : bool
this ( int index ) : float

Method Details

Color() public method

public Color ( float r, float g, float b ) : System
r float
g float
b float
return System

Color() public method

public Color ( float r, float g, float b, float a ) : System
r float
g float
b float
a float
return System

Equals() public method

public Equals ( object other ) : bool
other object
return bool

Lerp() public static method

public static Lerp ( Color a, Color b, float t ) : Color
a Color
b Color
t float
return Color

operator() public static method

public static operator ( ) : Color
return Color

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int index ) : float
index int
return float

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