Method ColorToRgbaHex
ColorToRgbaHex(Color)
Convert a Color to a RGBA hex color.
Declaration
public static string ColorToRgbaHex(Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color | The color to convert. |
Returns
Type | Description |
---|---|
string | The RGBA hex color. |