Difference between revisions of "Surface color"

From PyMOLWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
<source lang="python">
 
<source lang="python">
 
# color the surface
 
# color the surface
set surface_color, (selection), (color)
+
set surface_color, (color), (selection)
 
</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