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

パラメーター

color変換する色

戻り値

string 色を表す 16 進数文字列

説明

色を "RRGGBB" 形式で 16 進数文字列として返します。

関連項目: ColorUtility.ToHtmlColorStringRGBA.