Method Tint
Tint(Color32, Color32)
Declaration
public static Color32 Tint(this Color32 c1, Color32 c2)
Parameters
| Type | Name | Description |
|---|---|---|
| Color32 | c1 | |
| Color32 | c2 |
Returns
| Type | Description |
|---|---|
| Color32 |
Tint(Color32, float)
Declaration
public static Color32 Tint(this Color32 c1, float tint)
Parameters
| Type | Name | Description |
|---|---|---|
| Color32 | c1 | |
| float | tint |
Returns
| Type | Description |
|---|---|
| Color32 |