11 lines
156 B
Text
11 lines
156 B
Text
blend {
|
|
mode: difference;
|
|
bottom: color {
|
|
bounds: 0 0 100 100;
|
|
color: red;
|
|
}
|
|
top: color {
|
|
bounds: 50 50 100 100;
|
|
color: blue;
|
|
}
|
|
}
|