-
-
Save dbr/506257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cut_paste_input [stack 0] | |
version 6.1 v1 | |
push $cut_paste_input | |
Remove { | |
name Remove2 | |
selected true | |
xpos -40 | |
ypos -187 | |
} | |
Ramp { | |
output {rgba.red -rgba.green -rgba.blue} | |
p0 {0 0} | |
p1 {2048 0} | |
color {1 0 0 0} | |
name Ramp2 | |
selected true | |
xpos -40 | |
ypos -153 | |
} | |
Ramp { | |
output {-rgba.red rgba.green -rgba.blue} | |
p0 {0 0} | |
p1 {0 1556} | |
color {0 1 0 0} | |
name Ramp1 | |
selected true | |
xpos -40 | |
ypos -110 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would still suggest putting expressions for the width and height in there rather than just 2048x1556...