Surface color: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 13: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