Make 2160p
This commit is contained in:
parent
fb46b909c8
commit
cf47c0acf9
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -11,8 +11,8 @@ import (
|
||||||
"github.com/jdxyw/generativeart/arts"
|
"github.com/jdxyw/generativeart/arts"
|
||||||
)
|
)
|
||||||
|
|
||||||
const CANVAS_WIDTH = 3456
|
const CANVAS_WIDTH = 3840
|
||||||
const CANVAS_HEIGHT = 2234
|
const CANVAS_HEIGHT = 2160
|
||||||
|
|
||||||
var ROSE_PINE_BASE = color.RGBA{25, 23, 36, 255}
|
var ROSE_PINE_BASE = color.RGBA{25, 23, 36, 255}
|
||||||
var ROSE_PINE_COLORS = []color.RGBA{
|
var ROSE_PINE_COLORS = []color.RGBA{
|
||||||
|
|
Loading…
Reference in a new issue