summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-saturate-blue-alpha-1.yaml
blob: 1a264cc458000e6077164a745c73f0602b0a91d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 120, 120]
      items:
        - type: rect
          bounds: [0, 0, 120, 120]
          color: [0, 0, 0, 1]

        - type: stacking-context
          bounds: [10, 10, 100, 100]
          filters: saturate(0.5)
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: [0, 0, 255, 0.5]