Version: 2017.1

ColorUtility.ToHtmlStringRGBA

Switch to Manual
public static string ToHtmlStringRGBA (Color color);

Parameters

color The 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.