Merge branch 'fare-master'
[cl-tuples.git] / color.lisp
blob961ca71391056e43849713ab5e318318405de838
2 (def-tuple-type color
3 :tuple-element-type fast-float
4 :initial-element 0.0f0
5 :elements (r g b a))