1.9.1 web.image.graph -- Create graphs

html2tuple( htmlColorCode)
Returns a colour tuple of (R, G, B) in hex from an HTML colour code such as #ffffff. The return value from this function can be used to specify colours in the graph module.
htmlColorCode
The html colour code to convert.

The web.image.graph module is used to create PNG or similar graphs for use on web pages.