Bg Color: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Bg_Color]] sets the background color | |||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
bg_color [color] | |||
</source> | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.bg_color(string color="black") | |||
</source> | |||
[[Category:Commands | [[Category:Commands|Bg Color]] | ||
[[Category:Coloring|Bg Color]] |
Latest revision as of 13:27, 17 November 2009
Bg_Color sets the background color
USAGE
bg_color [color]
PYMOL API
cmd.bg_color(string color="black")