コード例 #1
0
	public static function hsv($h, $s, $v) {
		return Less_Environment::hsva($h, $s, $v, 1.0);
	}