123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- set cut_paste_input [stack 0]
- version 11.3 v5
- push $cut_paste_input
- Group {
- name Our_RGB
- selected true
- xpos -188
- ypos -152
- addUserKnob {20 User}
- addUserKnob {7 rOut l "r out"}
- rOut 1
- addUserKnob {7 gOut l "g out"}
- gOut 1
- addUserKnob {7 bOut l "b out"}
- bOut 1
- }
- Input {
- inputs 0
- name Input1
- xpos -914
- ypos -134
- }
- Expression {
- expr0 r>g?r>b?rOut:0:0
- expr1 g>r?g>b?gOut:0:0
- expr2 b>r?b>g?bOut:0:0
- name Expression3
- selected true
- xpos -914
- ypos 57
- }
- set Nc21ae800 [stack 0]
- Output {
- name Output1
- xpos -895
- ypos 272
- }
- push $Nc21ae800
- Viewer {
- frame 1016
- frame_range 1001-1071
- name Viewer1
- xpos -350
- ypos 67
- }
- end_group
- # Creation Time=Fri Jul 17 15:15:50 2020
- # Creator=ne
|