This is a read-only mirror of pymolwiki.org
Difference between revisions of "Sphere color"
Jump to navigation
Jump to search
Philaltist (talk | contribs) m |
m (5 revisions) |
||
(4 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== | ||
− | + | <source lang="python"> | |
+ | set sphere_color, theColor | ||
+ | </source> | ||
− | where '' | + | 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== | ==Related settings== | ||
+ | [[cartoon_color]] | ||
− | [[ | + | [[Category:Settings|Sphere color]] |
+ | [[Category:Coloring]] | ||
+ | [[Category:Spheres]] |
Latest revision as of 01:44, 28 March 2014
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)