Свойство | Type | Description | |
---|---|---|---|
a | byte | ||
b | byte | ||
g | byte | ||
r | byte |
Méthode | Description | |
---|---|---|
Color32 ( byte r, byte g, byte b, byte a ) : System |
Constructs a new Color32 with given r, g, b, a components.
|
|
Lerp ( |
Linearly interpolates between colors a and b by t.
|
|
LerpUnclamped ( |
Linearly interpolates between colors a and b by t.
|
|
ToString ( ) : string |
Returns a nicely formatted string of this color.
|
|
ToString ( string format ) : string |
Returns a nicely formatted string of this color.
|
public Color32 ( byte r, byte g, byte b, byte a ) : System | ||
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Résultat | System |
public static Lerp ( |
||
a | ||
b | ||
t | float | |
Résultat |
public static LerpUnclamped ( |
||
a | ||
b | ||
t | float | |
Résultat |