Cartoon color: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Overview==
==Overview==
 
set '''cartoon_color''' allows one to color cartoons independently from the rest of the representations.
set cartoon_color allows to color cartoons independently from the rest of the representations.  


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


where ''color'' can be :
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'')


-any usual colors (blue, yellow, grey50,...)
==Related settings==
[[sphere_color]]


-number-coded colors (1:black, 2:blue, 3:greenish, ...)
== See Also ==
[[Color]]


-special code -1 to revert to original chameleon setting (''set cartoon_color,-1'')
[[Category:Settings|Cartoon color]]
 
[[Category:Coloring]]
==Related settings==
 
[[sphere_color]]

Latest revision as of 11: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