Sphere color: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Overview==
==Overview==


set sphere_color allows to color spheres independently from the rest of the representations.  
set [[sphere_color]] allows to color spheres independently from the rest of the representations.  


==Syntax==
==Syntax==
PyMOL>set sphere_color,''color''
<source lang="python">
set sphere_color, theColor
</source>


where ''color'' can be :
where ''theColor'' can be :
 
* any usual colors (blue, yellow, grey50,...)
-any usual colors (blue, yellow, grey50,...)
* number-coded colors (1:black, 2:blue, 3:greenish, ...)
 
* special code -1 to revert to original chameleon setting (''set sphere_color,-1'')
-number-coded colors (1:black, 2:blue, 3:greenish, ...)
 
-special code -1 to revert to original chameleon setting (''set sphere_color,-1'')


==Related settings==
==Related settings==
[[cartoon_color]]


[[cartoon_color]]
[[Category:Settings|Sphere color]]
[[Category:Coloring]]
[[Category:Spheres]]

Latest revision as of 12:58, 27 April 2009

Overview

set sphere_color allows to color spheres independently from the rest of the representations.

Syntax

set sphere_color, theColor

where theColor can be :

  • any usual colors (blue, yellow, grey50,...)
  • number-coded colors (1:black, 2:blue, 3:greenish, ...)
  • special code -1 to revert to original chameleon setting (set sphere_color,-1)

Related settings

cartoon_color