Fixed HSV->HSL name

This commit is contained in:
Shinmera 2014-10-29 19:03:06 +01:00
parent 363220e995
commit 545c454c7d
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
url (url)
rgb (red green blue)
rgba (red green blue alpha)
hsv (hue saturation value)
hsva (hue saturation value alpha)))
hsl (hue saturation lightness)
hsla (hue saturation lightness alpha)))
(define-property-function hex (hex) (format NIL "#~a" hex))
;;; BLOCKS