Version: 2020.2
언어: 한국어
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.