summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/srgb-to-linear.yaml
blob: 67eb35119f4122f82efe5a01cb3724ee59009db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 300, 100]
      filters: [srgb-to-linear, linear-to-srgb]
      items:
        - type: rect
          bounds: [100, 0, 100, 100]
          color: [200, 200, 200, 1.0]
        - type: rect
          bounds: [100, 0, 100, 100]
          color: [100, 100, 100, 1.0]
        - type: rect
          bounds: [200, 0, 100, 100]
          color: [50, 50, 50, 1.0]