Returns the color's HTML hexadecimal color string in RGBA format.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax 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:
StringA string for the HTML hexadecimal representation of this color.
See Also