Difference between revisions of "Surface color"

From PyMOLWiki
Jump to navigation Jump to search
(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 ...)
(No difference)

Revision as of 14:09, 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


Category:Settings