JAL-2438 corrected handling of default colour
[jalview.git] / src / jalview / api / FeatureRenderer.java
index b1813a6..3565488 100644 (file)
@@ -41,8 +41,6 @@ public interface FeatureRenderer
    * compute the perceived colour for a given column position in sequenceI,
    * taking transparency and feature visibility into account.
    * 
-   * @param col
-   *          - background colour (due to alignment/group shading schemes, etc).
    * @param sequenceI
    *          - sequence providing features
    * @param r
@@ -50,7 +48,7 @@ public interface FeatureRenderer
    * @param g
    * @return
    */
-  Color findFeatureColour(Color col, SequenceI sequenceI, int r, Graphics g);
+  Color findFeatureColour(SequenceI sequenceI, int r, Graphics g);
 
   /**
    * trigger the feature discovery process for a newly created feature renderer.