blob: fad030724f2414c2697b5393d2f77976b4db2c7f (
plain)
1
2
3
4
5
6
7
8
9
|
---
root:
items:
# an aligned gradient from [0, 400] and clipped to [100, 300]
- type: gradient
bounds: 0 100 200 200
start: 100 -100
end: 100 300
stops: [0.0, green, 1.0, blue]
|