Difference between revisions of "Surface color"

From PyMOLWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
<source lang="python">
 
<source lang="python">
 
# color the surface white
 
# color the surface white
set surface_color, *, white
+
set surface_color, white, *
 
</source>
 
</source>
  

Revision as of 12: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, *

See Also

Color, Color_Values