Description 描述
A collection of common color functions.
Static Methods 静态方法
| ToHtmlStringRGB | Returns the color as a hexadecimal string in the format "RRGGBB". | ||
| ToHtmlStringRGBA | Returns the color as a hexadecimal string in the format "RRGGBBAA". | ||
| TryParseHtmlString | Attempts to convert a html color string. |