TinyMCE:API/tinymce.dom.DOMUtils/toHex
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: toHex
[edit]
Summary
Parses the specified RGB color value and returns a hex version of that color.
[edit]
Syntax
<String> toHex(<String> s)
[edit]
Parameters
- s
- RGB string value like rgb(1,2,3)
[edit]
Returns
Hex version of that RGB value like #FF00FF.
