Difference between revisions of "Cartoon highlight color"

From PyMOLWiki
Jump to navigation Jump to search
 
m (thanks Joris)
 
(3 intermediate revisions by 2 users 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, off     # turns this feature off (default)
+
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|cartoon_discrete_colors ON
+
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 11:31, 17 November 2011

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!