repo.or.cz
/
cl-tuples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fare-master'
[cl-tuples.git]
/
colour.lisp
blob
809e6b1f4294632f6e4e433dc49ee60084f3633b
1
2
(
in-package
:
cl-tuples
)
3
4
(
def-tuple-type
colour
5
:
tuple-element-type fast-float
6
:
elements
(
r
g b a
))
7
8
(
export-tuple-operations
colour
)