Added tests system.
[cl-tuples.git] / colour.lisp
blobf32dc1561e2b2a02f0772ce515320f2b8b85b9aa
2 (in-package :cl-tuples)
4 (def-tuple-type colour
5 :tuple-element-type single-float
6 :elements (r g b a))
8 (export-tuple-operations colour)