r8056: add color functions
[kmrcl.git] / package.lisp
index 63198e7855fbfb9c41aa528f9f24f8bd1cbcfb34..14582b25f4bbfaafebb65064933cb41901b6cb26 100644 (file)
@@ -67,8 +67,6 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-   
-   #:flatten
 
    ;; io.lisp
    #:indent-spaces
    #:plist-alist
    #:update-plist
    #:get-plist
+   #:flatten
 
    ;; seq.lisp
    #:nsubseq
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
 
    ;; os.lisp
    #:run-shell-command
-   
+
+   ;; color.lisp
+   #:rgb->hsv
+   #:hsv->rgb
    ))