13 lines
266 B
YAML
13 lines
266 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: gradient
|
|
bounds: 300 50 200 200
|
|
start: 0 100
|
|
end: 200 100
|
|
stops: [0.0, blue, 1.0, red]
|
|
- type: gradient
|
|
bounds: 50 50 200 200
|
|
start: 0 100
|
|
end: 200 100
|
|
stops: [0.0, green, 1.0, blue]
|