ColorUtility.ToHtmlStringRGB

public static string ToHtmlStringRGB(Color color);

Parameters

colorThe 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.