longlene / cl-raylib

Common Lisp binding of raylib
MIT License
145 stars 21 forks source link

export #'make-rgba, so that downstream can easily use custom colors #41

Closed lygaret closed 1 year ago

lygaret commented 1 year ago

I have exposed #'make-rgba, so that I can use arbitrary colors directly

longlene commented 1 year ago

Looks good!