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:
See also
OEAddHighlightOverlayfunctionHighlighting Overlapped Patterns section
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.