Difference between revisions of "Cartoon color"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
==Syntax==
 
==Syntax==
 
<source lang="python">
 
<source lang="python">
set cartoon_color,''color''
+
set cartoon_color, theColor
 
</source>
 
</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, ...)
 
* number-coded colors (1:black, 2:blue, 3:greenish, ...)

Latest revision as of 12:01, 24 September 2008

Overview

set cartoon_color allows one to color cartoons independently from the rest of the representations.

Syntax

set cartoon_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 cartoon_color,-1)

Related settings

sphere_color

See Also

Color