How an element is drawn: its CPK colour and its covalent radius.
Source
exportinterfaceElementStyle { /** Jmol/CPK colour as a 24-bit RGB integer, ready for `THREE.Color.setHex`. */ color:number; /** Covalent radius in angstroms (Cordero 2008), used to scale the atom sphere. */ radius:number; }
How an element is drawn: its CPK colour and its covalent radius.
Source