Source code

Revision control

Copy as Markdown

Other Tools

---
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]