Learning_GTK4_tree/testsuite/gsk/compare/shadow-opacity.node
2023-12-12 11:36:42 +01:00

10 lines
160 B
Text

opacity {
opacity: 0.6;
child: shadow {
shadows: rgb(255,0,0) 10 10;
child: color {
bounds: 0 0 50 50;
color: rgb(0,0,255);
}
}
}