Clojure2D/clojure2d

native color converters shouldn't operate on clamping color converter

genmeblog opened this issue · 1 comments

Both should result the same:
(c/from-HSV (v/vec4 349.0 0.24 1.0 255.0))
(c/from-HSV [349.0 0.24 1.0 255.0])

fixed in latest snapshot