summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/gradient_cache_5stops.yaml
blob: d4487230023a63e0f3492cb4d88d54610b410950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
root:
  items:
    - type: gradient
      bounds: 0 0 960 540
      start: 0 0
      end: 960 0
      stops: [0.0, red,
              0.25, green,
              0.5, blue,
              0.75, [40,40,40,1],
              1.0, [100,200,50,1]]