예제 #1
0
	public static function greyscale($color){
		return Less_Environment::desaturate($color, new Less_Tree_Dimension(100));
	}