Click or drag to resize

Color Constructor (String)

Constructs a color from the HTML hexadecimal color string in RGBA format.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color(
	string rgba
)

Parameters

rgba
Type: SystemString
A string for the HTML hexadecimal representation of this color.
See Also