Click or drag to resize

ColorToHtml Method

Returns the color's HTML hexadecimal color string in RGBA format.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string ToHtml(
	bool includeAlpha = true
)

Parameters

includeAlpha (Optional)
Type: SystemBoolean
Whether or not to include alpha. If false, the color is RGB instead of RGBA.

Return Value

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