Learning_GTK4_tree/testsuite/gsk/nodeparser/blend.ref.node

25 lines
310 B
Plaintext
Raw Normal View History

2023-12-12 11:36:42 +01:00
blend {
bottom: container {
}
top: container {
}
}
blend {
mode: color-dodge;
bottom: container {
}
top: container {
}
}
blend {
mode: difference;
bottom: color {
bounds: 0 0 50 50;
color: rgb(255,0,204);
}
top: color {
bounds: 0 0 50 50;
color: rgb(255,0,204);
}
}