Cartoon highlight color: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
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>



Revision as of 06:16, 30 January 2010

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!