dplug.canvas.htmlcolors

Implement HTML color parsing. dplug:canvas internals.

Public Imports

dplug.graphics.color
public import dplug.graphics.color;
Undocumented in source.

Members

Functions

parseHTMLColor
bool parseHTMLColor(const(char)[] htmlColorString, RGBA color, string error)

Parses a HTML color string, and gives back a RGBA color.

parseHTMLColor
RGBA parseHTMLColor(const(char)[] htmlColorString)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta