12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- version 5.0100
- Gizmo {
- inputs 1
- addUserKnob {7 aspect l "Aspect:" R 0 3}
- aspect {{2.35}}
- addUserKnob {7 px_ratio l "Pixel Ratio:" R 0 3}
- px_ratio {{1.0}}
- addUserKnob {41 opacity l "opacity" T Rectangle1.opacity}
- addUserKnob {19 lineColor R 0 1}
- lineColor {1 0 0 1}
- addUserKnob {7 thick l "Line Thickness"}
- thick {1.0}
- }
- Input {
- inputs 0
- name Input1
- xpos -89
- ypos 13
- }
- Rectangle {
- opacity 0.5
- area {0 {0.5*(height-width/aspect*px_ratio)-thick} {width} {0.5*(height-width/aspect*px_ratio)}}
- color {{lineColor.r} {lineColor.g} {lineColor.b} {lineColor.a}}
- name Rectangle1
- selected true
- xpos -133
- ypos -19
- }
- Rectangle {
- opacity {Rectangle1.opacity}
- area {0 {0.5*(height+width/aspect*px_ratio)} {width} {0.5*(height+width/aspect*px_ratio)+thick}}
- color {{lineColor.r} {lineColor.g} {lineColor.b} {lineColor.a}}
- name Rectangle2
- selected true
- xpos -133
- ypos 48
- }
- Output {
- name Output1
- xpos -89
- ypos 153
- }
- end_group
|