Version: 2017.3

ColorUtility.ToHtmlStringRGBA

Cambiar al Manual
public static string ToHtmlStringRGBA (Color color);

Parámetros

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