Library
Node Group
Type
Version : 1.0
Node Graph
graph TB
subgraph NG_smoothstep_color3
NG_smoothstep_color3_separate_in[separate_in]
NG_smoothstep_color3_separate_low[separate_low]
NG_smoothstep_color3_separate_high[separate_high]
NG_smoothstep_color3_smoothstep_r[smoothstep_r]
NG_smoothstep_color3_smoothstep_g[smoothstep_g]
NG_smoothstep_color3_smoothstep_b[smoothstep_b]
NG_smoothstep_color3_combine[combine]
style NG_smoothstep_color3_out fill:#0C0, color:#FFF
NG_smoothstep_color3_out([out])
style NG_smoothstep_color3_in fill:#09D, color:#FFF
NG_smoothstep_color3_in([in])
style NG_smoothstep_color3_low fill:#09D, color:#FFF
NG_smoothstep_color3_low([low])
style NG_smoothstep_color3_high fill:#09D, color:#FFF
NG_smoothstep_color3_high([high])
end
NG_smoothstep_color3_in --"in"--> NG_smoothstep_color3_separate_in
NG_smoothstep_color3_low --"in"--> NG_smoothstep_color3_separate_low
NG_smoothstep_color3_high --"in"--> NG_smoothstep_color3_separate_high
NG_smoothstep_color3_separate_in --"outr-->in"--> NG_smoothstep_color3_smoothstep_r
NG_smoothstep_color3_separate_low --"outr-->low"--> NG_smoothstep_color3_smoothstep_r
NG_smoothstep_color3_separate_high --"outr-->high"--> NG_smoothstep_color3_smoothstep_r
NG_smoothstep_color3_separate_in --"outg-->in"--> NG_smoothstep_color3_smoothstep_g
NG_smoothstep_color3_separate_low --"outg-->low"--> NG_smoothstep_color3_smoothstep_g
NG_smoothstep_color3_separate_high --"outg-->high"--> NG_smoothstep_color3_smoothstep_g
NG_smoothstep_color3_separate_in --"outb-->in"--> NG_smoothstep_color3_smoothstep_b
NG_smoothstep_color3_separate_low --"outb-->low"--> NG_smoothstep_color3_smoothstep_b
NG_smoothstep_color3_separate_high --"outb-->high"--> NG_smoothstep_color3_smoothstep_b
NG_smoothstep_color3_smoothstep_r --"in1"--> NG_smoothstep_color3_combine
NG_smoothstep_color3_smoothstep_g --"in2"--> NG_smoothstep_color3_combine
NG_smoothstep_color3_smoothstep_b --"in3"--> NG_smoothstep_color3_combine
NG_smoothstep_color3_combine --> NG_smoothstep_color3_out