Learning_GTK4_tree/testsuite/gsk/nodeparser/blend.node
2023-12-12 11:36:42 +01:00

16 lines
200 B
Text

blend {
bottom: container { }
top: container { }
}
blend {
top: container { }
mode: color-dodge;
bottom: container { }
}
blend {
top: color { }
bottom: color { }
mode: difference;
}