Version: 5.5
public static string ToHtmlStringRGB (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 "RRGGBB".

See Also: ColorUtility.ToHtmlColorStringRGBA.