\name{getDefaultNodeSelectionColor} \alias{getDefaultNodeSelectionColor} \alias{getDefaultNodeSelectionColor,CytoscapeConnectionClass-method} \title{getDefaultNodeSelectionColor} \description{ Retrieve the default color used to display selected nodes. } \usage{ getDefaultNodeSelectionColor(obj, vizmap.style.name) } \arguments{ \item{obj}{a \code{CytoscapeConnectionClass} object. } \item{vizmap.style.name}{a \code{character} object, 'default' by default } } \value{ A character string, eg "java.awt.Color[r=204,g=204,b=255]" } \author{Paul Shannon} \examples{ cy <- CytoscapeConnection () print (getDefaultNodeSelectionColor (cy)) # "java.awt.Color[r=0,g=255,b=0]" } \keyword{graph}