# Differential Reflectivity # Designed by Brandon Vincent # 11/18/2012 # Units: DB # # Commented lines begin with the hash mark '#' # # Format Color,MinZ,LR,LG,LB,HR,HG,HB # where LR,LG,LB =RGB color of MinZ value # and HR,HG,HB =RGB color of Next line's MinZ minus one (e.g. upper end of the sections's range) # MinZ is the minimum dBz value in the range. # Intermediate values are intepolated via HSB Interpolation # ND = Color for no detection generally black # You must specify an upper limit dB value as indicated by the # Color,93,250,250,250 line. # # If you mess things up, delete this file and a fresh version will be installed # Color,-4.00,0,0,0,220,220,220 Color,0.00,141,121,181,10,10,155 Color,0.25,10,10,155,68,248,212 Color,1.00,68,248,212,90,221,98 Color,1.50,90,221,98,255,255,100 Color,2.00,255,255,100,220,10,5 Color,3.00,220,10,5,175,0,0 Color,4.00,175,0,0,240,120,180 Color,5.00,240,120,180,255,255,255 Color,6.00,255,255,255,145,45,150 Color,8.00,145,45,150,145,45,150