public static string ToHtmlStringRGB (Color color);

파라미터

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