Method | Description | |
---|---|---|
ToHtmlStringRGB ( Color color ) : string |
Returns the color as a hexadecimal string in the format "RRGGBB".
|
|
ToHtmlStringRGBA ( Color color ) : string |
Returns the color as a hexadecimal string in the format "RRGGBBAA".
|
|
TryParseHtmlString ( string htmlString, Color &color ) : bool |
Method | Description | |
---|---|---|
DoTryParseHtmlColor ( string htmlString, |
public static ToHtmlStringRGB ( Color color ) : string | ||
color | Color | The color to be converted. |
return | string |
public static ToHtmlStringRGBA ( Color color ) : string | ||
color | Color | The color to be converted. |
return | string |
public static TryParseHtmlString ( string htmlString, Color &color ) : bool | ||
htmlString | string | |
color | Color | |
return | bool |