Merge branch 'features/JAL-2360colourSchemeApplicability' into features/JAL-2371colle...
[jalview.git] / src / jalview / ext / rbvi / chimera / JalviewChimeraBinding.java
index 2171815..b05c168 100644 (file)
@@ -929,7 +929,7 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
     {
       char res = resName.length() == 3 ? ResidueProperties
               .getSingleCharacterCode(resName) : resName.charAt(0);
-      Color col = cs.findColour(res);
+      Color col = cs.findColour(res, 0, null, null, 0f);
       command.append("color " + col.getRed() / normalise + ","
               + col.getGreen() / normalise + "," + col.getBlue()
               / normalise + " ::" + resName + ";");