15 lines
320 B
YAML
15 lines
320 B
YAML
---
|
|
root:
|
|
items:
|
|
# top left and bottom left
|
|
- type: gradient
|
|
bounds: 50 50 200 300
|
|
start: 0 100
|
|
end: 200 100
|
|
stops: [0, red, 1, blue]
|
|
# top right and bottom right
|
|
- type: gradient
|
|
bounds: 250 50 200 300
|
|
start: 0 100
|
|
end: 200 100
|
|
stops: [0, red, 1, blue]
|