![]() |
Rosetta
2021.16
|
Public Member Functions | |
| def | __init__ |
| def | apply |
Public Attributes | |
| color | |
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.
| def pyrosetta.distributed.viewer.modules.setBackgroundColor.__init__ | ( | self, | |
color = 0xffffffff |
|||
| ) |
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| def pyrosetta.distributed.viewer.modules.setBackgroundColor.apply | ( | self, | |
| viewer, | |||
| pose, | |||
| pdbstring | |||
| ) |
| pyrosetta.distributed.viewer.modules.setBackgroundColor.color |
Referenced by pyrosetta.distributed.viewer.modules.setBackgroundColor.apply(), pyrosetta.distributed.viewer.modules.setDisulfides.apply(), pyrosetta.distributed.viewer.modules.setHydrogenBonds.apply(), pyrosetta.distributed.viewer.modules.setHydrogens.apply(), and pyrosetta.distributed.viewer.modules.setSurface.apply().
1.8.7