r8056: add color functions
[kmrcl.git] / package.lisp
index fb555be72e8ca721a8f7c50e06163928eaf905cb..14582b25f4bbfaafebb65064933cb41901b6cb26 100644 (file)
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
    ;; os.lisp
    #:run-shell-command
 
+   ;; color.lisp
+   #:rgb->hsv
+   #:hsv->rgb
    ))