This namespace contains constants representing various atom coloring styles of molecule depiction.
See also
After setting the atom color style of an OE2DMolDisplayOptions object:
The OEAtomColorStyle namespace contains the following constants:
Default
The default atom color style is OEAtomColorStyle.WhiteCPK.
BlackCPK
The color of the background is OEDarkBackgroundColor. The atoms are colored using the CPK color convention. See example in Figure: Example of using the ‘BlackCPK’ atom color style.
Example of using the ‘BlackCPK’ atom color style
See also
BlackMonochrome
The color of the background is OEDarkBackgroundColor. Atoms and bonds are depicted using the OEWhite color. See example in Figure: Example of using the ‘BlackMonochrome’ atom color style.
Example of using the ‘BlackMonochrome’ atom color style
WhiteCPK
The color of the background is OELightBackgroundColor. The atoms are colored using the CPK color convention. See example in Figure: Example of using the ‘WhiteCPK’ atom color style.
Example of using the ‘WhiteCPK’ atom color style
See also
WhiteMonochrome
The color of the background is OELightBackgroundColor. Atoms and bonds are depicted using the OEBlack color. See example in Figure: Example of using the WhiteMonochrome’ atom color style.
Example of using the ‘WhiteMonochrome’ atom color style