This is a read-only mirror of pymolwiki.org

Difference between revisions of "Surface color"

From PyMOL Wiki
Jump to navigation Jump to search
m (6 revisions)
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
</source>
 
</source>
  
= Example =
+
= Examples =
 
<source lang="python">
 
<source lang="python">
 
# color the surface white
 
# color the surface white
 
set surface_color, white, *
 
set surface_color, white, *
 +
 +
# return surface coloring to the default scheme
 +
set surface_color, default, *
 
</source>
 
</source>
  

Latest revision as of 02:39, 24 July 2017

Overview

surface_color controls the color of surfaces as drawn in PyMOL.

Syntax

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

Examples

# color the surface white
set surface_color, white, *

# return surface coloring to the default scheme
set surface_color, default, *

See Also

Color, Color_Values