Click or drag to resize

ColorToHexRGBA Method

Creates a string representation for this color in the RGBA hex format.

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string ToHexRGBA()

Return Value

Type: String
The string representation for this color in the RGBA hex format.
See Also