Surface color

From PyMOLWiki
Revision as of 08:31, 9 July 2017 by OdedRimon (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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