jQuery.color
-
color.alpha()
Get the "alpha" component of the color.
-
color.blend()
Blend the color.
-
color.blue()
Set the "blue" component of the color.
-
color.green()
Get the "green" component of the color.
-
color.hsla()
Get the "hsla" component of the color.
-
color.hue()
Get the "hue" component of the color.
-
color.is()
Check whether the color is equal to an other color.
-
jQuery.Color()
Create a manipulable color object.
-
color.lightness()
Get the "lightness" component of the color.
-
color.red()
Get the "red" component of the color.
-
color.rgba()
Get the "rgbs" components of the color.
-
color.saturation()
Get the "saturation" component of the color.
-
color.toHexString()
Get hex color string.
-
color.toHslaString()
Get hsla color string.
-
color.toRgbaString()
Get rgba color string.
-
color.transition()
Transform the color.
-
color.valid()
Check whether the parsed css color is valid.