first Nim draft

This commit is contained in:
Denis Lehmann 2021-07-27 19:11:07 +02:00
parent 138d663cfc
commit fede603b99
2 changed files with 86 additions and 0 deletions

7
huepaper.nim Normal file
View file

@ -0,0 +1,7 @@
import huepaperlib
let bc = getBaseColor()
let cols = createColors(bc, hueMax = 0.5)
let img = createBaseHuepaper(cols, 1920, 1080)
img.saveHuepaper("test.png")