color

Parses a CSS color string, and gives back a Color. If parsing fails, return transparent black.

pure nothrow @nogc @safe
color
(
const(char)[] cssColorString
)

See Also

parseCSSColor.

Meta