Color
Represents a color value.
The color #000000.
The color #0000FF.
The color #00FF00.
The color #FF00FF.
The color #FF0000.
The color #00000000.
The color #FFFFFF.
Gets the alpha part of the color.
Gets the alpha part of the color in percent (0..1).
Gets the blue part of the color.
Gets the green part of the color.
Gets the red part of the color.
Gets the Int32 value of the color.
Creates a CSS color type without any transparency (alpha = 100%).
Creates a CSS color type.
Creates a CSS color type.
Returns the color from the given hex string.
Returns the color that represents the given HSL values.
Returns the color that represents the given HSL values.
Returns the color with the given name.
Returns the color from the given primitives without any alpha (non-transparent).
Returns the color from the given primitives.
Mixes two colors using alpha compositing as described here:
http://en.wikipedia.org/wiki/Alpha_compositing
Mixes two colors using alpha compositing as described here:
http://en.wikipedia.org/wiki/Alpha_compositing
Returns the color from the given hex string if it can be converted, otherwise
the color is not set.
Checks two colors for equality.
Returns a CSS representation of the length.