OEGetCachedSelfColor
OEGetCachedSelfColor(mol: OEConfBase, allcolor: bool = False) -> float
OEGetCachedSelfColor(mol: Union[OEGraphMol,OEMol,OEQMol],
allcolor: bool = False) -> float
Return the value of cached self color on the molecule or conformer. This
function doesn’t work for OEMCMolBase directly, so call it on each
individual conformer. Returns 0.0 if there is no cached value. Use
OEHasCachedSelfColor to determine if a real value
is attached.