class in UnityEngine
A collection of common color functions.
通用颜色函数的集合。
ToHtmlStringRGB | Returns the color as a hexadecimal string in the format “RRGGBB”. 返回该颜色的十六进制字符串,格式是“RRGGBB”。 |
ToHtmlStringRGBA | Returns the color as a hexadecimal string in the format “RRGGBBAA”. 返回该颜色的十六进制字符串,格式是“RRGGBBAA”。 |
TryParseHtmlString | Attempts to convert a html color string. 尝试转换一个html颜色字符串。 |