first Nim draft
This commit is contained in:
parent
138d663cfc
commit
fede603b99
2 changed files with 86 additions and 0 deletions
7
huepaper.nim
Normal file
7
huepaper.nim
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue