Use fiveam for testing.
[cl-tuples.git] / colour.lisp
blob809e6b1f4294632f6e4e433dc49ee60084f3633b
2 (in-package :cl-tuples)
4 (def-tuple-type colour
5 :tuple-element-type fast-float
6 :elements (r g b a))
8 (export-tuple-operations colour)