public static string ToHtmlStringRGBA (Color color);

Parameters

colorThe color to be converted.

Returns

string Hexadecimal string representing the color.

Description

Returns the color as a hexadecimal string in the format "RRGGBBAA".

See Also: ColorUtility.ToHtmlColorStringRGB.