|
Rosetta
|
Public Member Functions | |
| def | __init__ (self, color=0xffffffff) |
| def | apply (self, viewer, pose, pdbstring) |
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 | |||
| ) |
References pyrosetta.distributed.viewer.modules.setBackgroundColor.color, pyrosetta.distributed.viewer.modules.setDisulfides.color, pyrosetta.distributed.viewer.modules.setHydrogenBonds.color, pyrosetta.distributed.viewer.modules.setHydrogens.color, pyrosetta.distributed.viewer.modules.setSurface.color, and test.Workshop9_my_shapes.MyShape.color.
Referenced by pyrosetta.bindings.scores.simple_metrics.SimpleMetricDataAccessorBase.__setitem__(), pyrosetta.bindings.scores.base.PoseCacheAccessorBase._maybe_delete_keys_from_sm_data(), and pyrosetta.distributed.tasks.rosetta_scripts.BaseRosettaScriptsTask.execute().
| 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().