Version: 2017.1

ColorUtility.ToHtmlStringRGB

Switch to Manual
public static string ToHtmlStringRGB (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 "RRGGBB".

See Also: ColorUtility.ToHtmlColorStringRGBA.