www.icetips.com  Icetips Utilities Documentation 5/15/2014    

Utility Class: HTMLToColor

Previous  Top  Next  


Prototype: (String pHtmlColor),Long

 

pHtmlColorHTML color value in the format of #RRGGBB

 

ReturnsStandard 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:

ColorToHTML

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/htmltocolor_utility.htm