Surface color: Difference between revisions
Jump to navigation
Jump to search
m (→Syntax) |
m (→Example) |
||
Line 18: | Line 18: | ||
<source lang="python"> | <source lang="python"> | ||
# color the surface white | # color the surface white | ||
set surface_color, * | set surface_color, white, * | ||
</source> | </source> | ||
Revision as of 11:57, 4 June 2009
Overview
surface_color controls the color of surfaces as drawn in PyMOL.
Syntax
# color the surface
set surface_color, (color), (selection)
Example
# color the surface white
set surface_color, white, *