This is a read-only mirror of pymolwiki.org
Difference between revisions of "Cartoon highlight color"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | This setting allows one to specify a contrasting color for the interior face of helices. | + | This setting allows one to specify a contrasting color for the interior face of helices and the side faces of strands. |
== Settings == | == Settings == | ||
<source lang="python"> | <source lang="python"> | ||
set cartoon_highlight_color, grey50 # sets cartoon highlight color to middle-grey | set cartoon_highlight_color, grey50 # sets cartoon highlight color to middle-grey | ||
− | set cartoon_highlight_color, | + | set cartoon_highlight_color, -1 # turns this feature off (default) |
</source> | </source> | ||
Line 11: | Line 11: | ||
Open the images to actually see the details! | Open the images to actually see the details! | ||
<gallery> | <gallery> | ||
− | Image:cartoon_discrete_colors_on.png| | + | Image:cartoon_discrete_colors_on.png|cartoon_highlight_colors ON |
Image:cartoon_highlight_color_off.png|cartoon_highlight_color OFF | Image:cartoon_highlight_color_off.png|cartoon_highlight_color OFF | ||
</gallery> | </gallery> | ||
+ | |||
+ | |||
+ | [[Category:Settings|Cartoon highlight color]] | ||
+ | [[Category:Coloring]] |
Latest revision as of 01:49, 28 March 2014
Overview
This setting allows one to specify a contrasting color for the interior face of helices and the side faces of strands.
Settings
set cartoon_highlight_color, grey50 # sets cartoon highlight color to middle-grey
set cartoon_highlight_color, -1 # turns this feature off (default)
Examples
Open the images to actually see the details!