Lines Matching refs:color

64 # begin_nodelist $shape $color $fillcolor $style
71 local shape="$1" color="$2" fillcolor="$3" style="$4"
76 [ "$color" ] &&
77 printf '\t\tcolor = "%s",\n' "$color"
356 shape=circle color=black fillcolor=yellow style=filled
357 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
365 shape=box color=black fillcolor=lightblue style=filled
366 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
376 shape=box color=black fillcolor=lightblue style=filled
377 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
387 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
388 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
389 print_node edge "penwidth = 5.0" "style = bold" "color = $edge_color"
399 shape=box color=black fillcolor=lightblue style=filled edge_color=blue
400 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
403 print_node edge "style = bold" "color = $edge_color"
426 shape=oval color=black fillcolor=white style=filled
427 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
441 shape=oval color=black fillcolor=white style=filled edge_color=grey
442 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
443 print_node edge "style = dashed" "color = $edge_color"
483 shape=parallelogram color=black fillcolor=lightseagreen style=filled
484 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
503 shape=box color=black fillcolor=lightseagreen style=filled
504 begin_nodelist "$shape" "$color" "$fillcolor" "$style"
506 print_node edge "style = bold" "color = $fillcolor"