public static string ToHtmlStringRGBA (Color color);

Parámetros

colorThe color to be converted.

Valor de retorno

string Hexadecimal string representing the color.

Descripción

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

See Also: ColorUtility.ToHtmlColorStringRGB.