Rosetta  2020.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
pyrosetta.distributed.viewer.modules.setBackgroundColor Class Reference

Public Member Functions

def __init__
 
def apply
 

Public Attributes

 color
 

Detailed Description

Set Viewer background color with either Hexcode or standard colors.

Parameters
----------
first : optional
    `color`

    Hexcode literal (e.g. 0xffffffff) or `str` indicating a standard color (e.g. "black").
    Default: 0xffffffff

Returns
-------
A Viewer instance.

Constructor & Destructor Documentation

def pyrosetta.distributed.viewer.modules.setBackgroundColor.__init__ (   self,
  color = 0xffffffff 
)

Member Function Documentation

def pyrosetta.distributed.viewer.modules.setBackgroundColor.apply (   self,
  viewer,
  pose,
  pdbstring 
)

Member Data Documentation

pyrosetta.distributed.viewer.modules.setBackgroundColor.color

The documentation for this class was generated from the following file: