Colors Namespace

Version 1.0.2
.NET Framework 4.5

Namespaces

Html
Wcag

Interfaces

IColor

Interface representing a color as described by a color model - eg. RgbColor or HslColor.

Classes

CmyColor

Class representing a color in the CMY color model. CMY stands for cyan, magenta, and yellow. CMY colors are closely related to CmykColor.

CmykColor

Class representing a color in the CMYK color model. CMYK stands for cyan, magenta, yellow and key (black).

ColorHelpers

Static helper methods for various color calculations.

HslColor

Class representing a color in the HSL color model. HSL stands for hue, saturation, and lightness.

RgbColor

Class representing a color in the RGB color model. RGB stands for red, green, and blue.