Color
Represents a color value.
The color #000000.
The color #0000FF.
The color #008000.
The color #FF00FF.
The color #00FF00.
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 of non-CSS colors in a special IE notation known
as "flex hex". Computes the part without the hash and possible color
names. More information can be found at:
http://scrappy-do.blogspot.de/2004/08/little-rant-about-microsoft-internet.html
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
Compares two colors and returns a boolean indicating if the two do match.
Compares two colors and returns a boolean indicating if the two do not match.
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 formatted string representing the length.