X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=dd95e3c75e6bf36d4742db348ac93baaaff66faf;hb=e1c2b781af8e10e078ab95920ce0208eb9f5e6bf;hp=fb555be72e8ca721a8f7c50e06163928eaf905cb;hpb=7367c68a5daa2ef45c7adf1f4097596f84f5e4dd;p=kmrcl.git diff --git a/package.lisp b/package.lisp index fb555be..dd95e3c 100644 --- a/package.lisp +++ b/package.lisp @@ -111,6 +111,8 @@ ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -129,6 +131,7 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector ;; files.lisp #:print-file-contents @@ -243,6 +246,17 @@ ;; os.lisp #:run-shell-command + ;; color.lisp + #:rgb->hsv + #:rgb255->hsv255 + #:hsv->rgb + #:hsv255->rgb255 + #:hsv-equal + #:hsv255-equal + #:hsv-similar + #:hsv255-similar + #:hue-difference + #:hue-difference-fixnum ))