7 lines
152 B
Text
7 lines
152 B
Text
def blend1 = [
|
|
open "test.png",
|
|
open "test2.png"
|
|
]
|
|
| blend multiply 0.6
|
|
|
|
def blend2 = open "test.png" | blend multiply 0.6 [ open test2.png ]
|