Attribute "color"

Use:optional
Used by:cluster, node, record, edge
Description:Basic drawing color for graphics.
Values:#000000 .. #FFFFFF (rgb)
Default Value:#000000
Sponsored links:

Example 1/1:
Source code:
'
(graph ()
 
(node ((id "a") (color "#FF3030") (label "red")))
(cluster ((id "b") (label "gray") (color "#808080"))
 
(record ((color "#50FF50"))
 
(node ((id "c") (label "green")))
(node ((id "d") (label "green")))))
(edge ((from "a") (to "d") (label "blue") (color "#3030FF"))))
Sponsored links

 Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the S-Dot licence for details.