Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Color extension methods More...
Static Public Member Functions | |
static Color | WithAlpha (this Color color, byte alpha) |
Clone a color with an alpha value. More... | |
Color extension methods
Definition at line 6 of file ColorExtensions.cs.
|
inlinestatic |
Clone a color with an alpha value.
color | Current color |
alpha | Alpha value (0-255) |
Definition at line 14 of file ColorExtensions.cs.