From: Andy Spencer Date: Thu, 28 Jan 2010 09:54:19 +0000 (+0000) Subject: Make radar more opaque X-Git-Tag: v0.4~49 X-Git-Url: http://pileus.org/git/?p=aweather;a=commitdiff_plain;h=b87f1689ebc02474e4e9311a2bd5be37b8ad1041 Make radar more opaque --- diff --git a/src/plugins/radar.c b/src/plugins/radar.c index 55cebdb..e475200 100644 --- a/src/plugins/radar.c +++ b/src/plugins/radar.c @@ -56,7 +56,7 @@ static void _bscan_sweep(GisPluginRadar *self, Sweep *sweep, colormap_t *colorma buf[buf_i+0] = colormap->data[val][0]; buf[buf_i+1] = colormap->data[val][1]; buf[buf_i+2] = colormap->data[val][2]; - buf[buf_i+3] = colormap->data[val][3]/2; // TESTING + buf[buf_i+3] = colormap->data[val][3]*0.75; // TESTING if (val == BADVAL || val == RFVAL || val == APFLAG || val == NOTFOUND_H || val == NOTFOUND_V || val == NOECHO) { buf[buf_i+3] = 0x00; // transparent