|
Previous Top Next |
| Prototype: | (String pHtmlColor),Long |
| pHtmlColor | HTML color value in the format of #RRGGBB |
| Returns | Standard Clarion color value. |
This method takes a standard HTML color value string in the form of #RRGGBB and turns it into a standard Clarion color value.
Example:
HTMLCol String(7)
Col Long
ITU ITUtilityClass
CODE
Col = ITU.HTMLToColor(HTMLCol)
See also: