getResidueColor(name, asIs = false) {
    const color = this.residueColors[name]
    return color === undefined && !asIs ? this.defaultResidueColor : color
  }