r8057: add tests for color conversion, hsv-equal
[kmrcl.git] / package.lisp
index 803dc120129513310530598a40eb0444d138b716..d6f17a9ddc2df5955a3de28e5158b33bfa39a6a8 100644 (file)
    ;; math.lisp
    #:ensure-integer
    #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
    ;; os.lisp
    #:run-shell-command
 
+   ;; color.lisp
+   #:rgb->hsv
+   #:hsv->rgb
+   #:hsv-equal
    ))