blob: c9e4a44d846a2063a3f0e73dd9c8ad4df19fd11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
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]
|