public static function shade($color, $amount) {
		return Less_Environment::mix(Less_Environment::rgb(0, 0, 0), $color, $amount);
	}