Difference between revisions of "Surface color"

From PyMOLWiki
Jump to navigation Jump to search
Line 20: Line 20:
 
set surface_color, *, white
 
set surface_color, *, white
 
</source>
 
</source>
 +
 +
= See Also =
 +
[[Color]], [[Color_Values]]
  
  
 
[[Category:Settings]]
 
[[Category:Settings]]

Revision as of 14:11, 6 December 2007

Overview

surface_color controls the color of surfaces as drawn in PyMOL.

Syntax

# color the surface
set surface_color, (selection), (color)

Example

# color the surface white
set surface_color, *, white

See Also

Color, Color_Values