Surface color

From PyMOLWiki
Revision as of 14:09, 6 December 2007 by Inchoate (talk | contribs) (New page: = Overview = '''surface_color''' controls the color of surfaces as drawn in PyMOL. <center> <gallery> Image:Surface color ex1.png|Usual surface coloring Image:Surface color ex2.png|Color ...)
(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, (selection), (color)

Example

# color the surface white
set surface_color, *, white


Category:Settings