JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / renderer / ResidueShaderI.java
index 4d97171..2f14a5d 100644 (file)
@@ -82,4 +82,6 @@ public interface ResidueShaderI
 
   public abstract void setColourScheme(ColourSchemeI cs);
 
+  int findColourInt(char symbol, int position, SequenceI seq);
+
 }
\ No newline at end of file