mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
|
blend {
|
||
|
bottom: container { }
|
||
|
top: container { }
|
||
|
}
|
||
|
|
||
|
blend {
|
||
|
top: container { }
|
||
|
mode: color-dodge;
|
||
|
bottom: container { }
|
||
|
}
|
||
|
|
||
|
blend {
|
||
|
top: color { }
|
||
|
bottom: color { }
|
||
|
mode: difference;
|
||
|
}
|