Color Constructor (Int64) |
Constructs a color from a 64-bit integer in RGBA format
(each word represents a color channel).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Color(
long rgba
)
Parameters
- rgba
- Type: SystemInt64
The long representing the color.
See Also