darken.yaml (391B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 blend-container: true 6 items: 7 - type: rect 8 bounds: [0, 0, 100, 100] 9 color: [10, 20, 30] 10 - type: stacking-context 11 bounds: [0, 0, 100, 100] 12 mix-blend-mode: darken 13 items: 14 - type: rect 15 bounds: [0, 0, 100, 100] 16 color: [30, 20, 10]