selector_extend($selector, $extendee, $extender) Returns a new version of $selector with $extendee
mix($color1, $color2, $weight:50%) Mixes two colors together. Specifically, takes the average of each of the RGB components
selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &
blue($color) Gets the blue component of a color. Calculated from HSL where necessary via
invert($color) Returns the inverse (negative) of a color. The red, green, and blue values are inverted, while the opacity
adjust_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Increases or decreases one
counters($args...) This function only exists as a workaround for IE7‘s
rgba($red, $green, $blue, $alpha) rgba($color, $alpha)
zip($lists...) Combines several lists into a single multidimensional list. The nth value of the resulting list is a space
green($color) Gets the green component of a color. Calculated from HSL where necessary via
Page 1 of 9