This is a read-only mirror of pymolwiki.org

Difference between revisions of "Bg rgb"

From PyMOL Wiki
Jump to navigation Jump to search
(See Also Bg Color)
 
m (5 revisions)
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
 
== See Also ==
 
== See Also ==
  
* [[Bg Color]]
+
* [[Bg Color]], [[bg_gradient]]
  
 
[[Category:Settings|BG RGB]]
 
[[Category:Settings|BG RGB]]
 
[[Category:Coloring]]
 
[[Category:Coloring]]

Latest revision as of 01:31, 28 March 2014

Overview

This setting is used to set the color of the background. Any color of the spectrum can be rendered. White backgrounds are often desirable for publication images.

Syntax

set bg_rgb,[float1,float2,float3]

each float must be between 0.0 and 1.0

float1: red component

float2: green component

float3: blue component


example: set bg_rgb,[1,1,1]

will color the background in white.

See Also