munsell-conv.el, munsell.el: combine hue-minor and hue-major.
[elisp/munsell.git] / munsell.el
index 6ac5e49..8df9ab1 100644 (file)
@@ -2,8 +2,8 @@
 (require 'munsell-names)
 
 (defun munsell-resolv-color (color)
-  (munsell-split color (h-minor h-major v c)
-    (munsell-lookup (munsell-round h-minor h-major v c 'round 'round 'round))
+  (munsell-split color (h v c)
+    (munsell-lookup (munsell-round h v c 'round 'round 'round))
     (let ((p (assoc color munsell-named-color-alist)))
       (if p
          (cdr p)