src/hg/inc/trackDb.h 1.49
1.49 2009/05/22 10:11:15 mikep
added 'colorByStrand' option which specifies a + and - strand color to override the main 'color', currently works for bed/bigBed tracks which have base coloring
Index: src/hg/inc/trackDb.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/trackDb.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -B -U 4 -r1.48 -r1.49
--- src/hg/inc/trackDb.h 5 May 2009 22:33:58 -0000 1.48
+++ src/hg/inc/trackDb.h 22 May 2009 10:11:15 -0000 1.49
@@ -299,6 +299,10 @@
char *metadataSettingFind(struct trackDb *tdb,char *name);
/* Looks for a specific metadata setting and returns the value or null
returned value should be freed */
+void parseColor(char *text, unsigned char *r, unsigned char *g, unsigned char *b);
+/* Turn comma-separated string of three numbers into three
+ * color components. */
+
#endif /* TRACKDB_H */