Version: 2017.1
public static string ToHtmlStringRGB (Color color);

파라미터

color The color to be converted.

반환

string Hexadecimal string representing the color.

설명

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

See Also: ColorUtility.ToHtmlColorStringRGBA.