This is a read-only mirror of pymolwiki.org
Difference between revisions of "Bg Color"
Jump to navigation
Jump to search
m (6 revisions) |
|||
(4 intermediate revisions by one other user 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 01:49, 28 March 2014
Bg_Color sets the background color
USAGE
bg_color [color]
PYMOL API
cmd.bg_color(string color="black")