| |
 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | ColorHBo | |
Color = Color used for hydrogen bonds, |  | RGBCOLOR |  | current color |
 | - |
 | - |  |  | |
 | | | Alpha
= Alpha value in percent, |
| INT |  | 50 |
 | 1 |
 | 100 |  |  | |
 | | | Inherit
= Yes | No |  | STRING |
 | No |
 | - |  | - |  |
 |  | Python: |  | ColorHBo(color=None,alpha=None,inherit=None) |
 |  |  | Menu: |  | View > Color > Hydrogen bonds |
 |  |  | Related: |  | ShowHBo, HideHBo
, Color, ColorBG
|  |  |
 | Required: |  |  |  |
 |
Hydrogen bonds normally all get the same standard color,
unless the 'Inherit' flag is set. In this case, hydrogen bonds inherit the atom color if donor hydrogen and acceptor atom have the same color.
Example 1:
ColorHBo Yellow,Alpha=100
Color hydrogen bonds yellow, showing them completely opaque.
Example 2:
ColorHBo Blue,Alpha=20
Color hydrogen bonds blue, showing them almost completely transparent.
Example 3:
ColorHBo Green,Alpha=50,Inherit=Yes
Color hydrogen bonds green, showing them half transparent. If donor hydrogen and acceptor have the same color,
the hydrogen bond inherits this color.
|