mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
402a51b876
Using the default opacity of 0.5 makes it unclear if 0xFF should be mapped to 0x7F or 0x80. 0.6 should hopefully map to 0x99 always.
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
opacity {
|
|
opacity: 0.6;
|
|
child: transform {
|
|
transform: translate(15, 15);
|
|
child: container {
|
|
color {
|
|
bounds: -15 -15 30 30;
|
|
color: rgb(0,0,255);
|
|
}
|
|
color {
|
|
bounds: -10 -10 20 20;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
}
|
|
}
|