OEHighlightOverlayBase

class OEHighlightOverlayBase

The OEHighlightOverlayBase is an abstract class used for highlighting a set of atoms and/or bonds.

The following classes derive from this class:

Constructors

OEHighlightOverlayBase() -> OEHighlightOverlayBase

Default constructors.

GetColors

GetColors() -> Iterable[OEColor]

Returns an iterator over the colors used for highlighting.

SetColors

SetColors(colors: OEColorIter) -> None

Sets the colors used for highlighting.