0a1177a35a3a3563427039abb194f341f51cc2a8 braney Tue Jun 15 18:17:24 2010 -0700 removed Smear8 in favor of making Smears always take Colors. There are still some problems with 32 bit smears not getting the same colors as it's 8bit analog. I'm thinking this is something to do with the 0 and 1 being white and black in eight bit diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 478ab2a..595597f 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -559,7 +559,7 @@ * end. This pixel is needed for PostScript only, but doesn't * hurt elsewhere. */ -void grayThreshold(UBYTE *pt, int count); +void grayThreshold(UBYTE *pt, int count, Color *colors); /* Convert from 0-4 representation to gray scale rep. */ /* Some little functional stubs to fill in track group