Lines Matching refs:color

65 # begin_nodelist $shape $color $fillcolor $style
72 local shape="$1" color="$2" fillcolor="$3" style="$4"
77 [ "$color" ] &&
78 printf '\t\tcolor = "%s",\n' "$color"
357 shape=circle color=black fillcolor=yellow style=filled
358 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
366 shape=box color=black fillcolor=lightblue style=filled
367 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
377 shape=box color=black fillcolor=lightblue style=filled
378 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
388 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
389 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
390 print_node edge "penwidth = 5.0" "style = bold" "color = $edge_color"
400 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
401 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
404 print_node edge "style = bold" "color = $edge_color"
427 shape=oval color=black fillcolor=white style=filled
428 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
442 shape=oval color=black fillcolor=white style=filled edge_color=grey
443 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
444 print_node edge "style = dashed" "color = $edge_color"
484 shape=parallelogram color=black fillcolor=lightseagreen style=filled
485 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
504 shape=box color=black fillcolor=lightseagreen style=filled
505 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
507 print_node edge "style = bold" "color = $fillcolor"