colors

This module implements CSS Color Module. This would be sort-of what you need if you were making a browser.

Modules

colorspace
module colors.colorspace

This module defines "standard" colorspace compatible with typical D library with implicit sRGB and then adds colorspace as defined by CSS.

conversions
module colors.conversions

Conversions, intended for internal library usage.

parser
module colors.parser

Implement CSS color parsing, like specified. This uses the functions defined elsewhere in colors.

types
module colors.types

Monomorphic color type, to represent any tristimulus + alpha.

Public Imports

colors.types
public import colors.types;
Undocumented in source.
colors.colorspace
public import colors.colorspace;
Undocumented in source.
colors.parser
public import colors.parser;
Undocumented in source.

Meta