Initial commit

This commit is contained in:
Hugo Mårdbrink 2025-11-30 15:44:22 +01:00
commit a6272848f9
379 changed files with 74829 additions and 0 deletions

View file

@ -0,0 +1 @@
-record(hsla, {h :: float(), s :: float(), l :: float(), a :: float()}).

View file

@ -0,0 +1 @@
-record(rgba, {r :: float(), g :: float(), b :: float(), a :: float()}).