Description Usage Arguments Value Author(s) Examples
Retrieve the default color used to display selected nodes.
| 1 | getDefaultNodeSelectionColor(obj, vizmap.style.name)
 | 
| obj | a  | 
| vizmap.style.name | a  | 
A character string, eg "java.awt.Color[r=204,g=204,b=255]"
Paul Shannon
| 1 2 |   cy <- CytoscapeConnection ()
  print (getDefaultNodeSelectionColor (cy))   # "java.awt.Color[r=0,g=255,b=0]"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.