JAL-3383 get color as int options removed (to separate branch 3443)
[jalview.git] / src / jalview / renderer / OverviewRenderer.java
index f99a7ee..82e89e5 100644 (file)
@@ -167,7 +167,7 @@ public class OverviewRenderer
    * @param alignment
    * @param resshader
    * @param colFinder
-   * @param shwoProgress
+   * @param showProgress
    *          possibly not, in JavaScript and for testng
    */
   public OverviewRenderer(AlignmentViewPanel panel,
@@ -530,8 +530,8 @@ public class OverviewRenderer
   {
     return (seq == null || icol >= seq.getLength()
             ? resColFinder.gapColourInt
-             : resColFinder.getResidueColourInt(true, shader, allGroups, seq,
-             icol, finder));
+            : resColFinder.getResidueColour(true, shader, allGroups, seq,
+                    icol, finder).getRGB());
   }
 
   /**