src/hg/hgTracks/hgTracks.h 1.192

1.192 2009/11/17 20:47:49 kent
Adding whisker plots.
Index: src/hg/hgTracks/hgTracks.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.h,v
retrieving revision 1.191
retrieving revision 1.192
diff -b -B -U 4 -r1.191 -r1.192
--- src/hg/hgTracks/hgTracks.h	17 Nov 2009 20:17:57 -0000	1.191
+++ src/hg/hgTracks/hgTracks.h	17 Nov 2009 20:47:49 -0000	1.192
@@ -505,8 +505,11 @@
 
 Color lightGrayIndex();
 /* Return index of light gray. */
 
+Color veryLightGrayIndex();
+/* Return index of very light gray. */
+
 int grayInRange(int val, int minVal, int maxVal);
 /* Return gray shade corresponding to a number from minVal - maxVal */
 
 int pslGrayIx(struct psl *psl, boolean isXeno, int maxShade);