summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/gradient/gradient_cache_hardstop.yaml
blob: 53c908fb22761902fbd43a932c92dc35bbfabebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
root:
  items:
    - type: gradient
      bounds: 0 0 960 540
      start: 0 0
      end: 960 0
      stops: [0.0, red,
              0.125, yellow,
              0.25, red,
              0.25, green,
              0.375, yellow,
              0.5, green,
              0.5, blue,
              0.625, yellow,
              0.75, blue,
              0.75, white,
              1.0, [100,200,50,1]]