# # 1-hr/3-hr Precipitation color table # Designed by Brandon Vincent 08/27/2012 # # Units IN # # Commented lines begin with the hash mark '#' # # Format Color,MinZ,LR,LG,LB,HR,HG,HB # Where LR,LG,LB =RGB color of Velocity value # and HR,HG,HB =RGB color of Next line's Velocity minus one(e.g. upper end of the section's range) # Velocity is the minimum velocity value in the range. # Intermediate values are intepolated via HSB(HSV) Interpolation # ND = Color for no detection generally black # # If you mess things up, delete this file and a fresh version will be re-downloaded # # ND,0,0,0 Color,0,87,85,86,87,85,86 Color,0.1,118,116,120,118,116,120, Color,0.25,170,170,170,170,170,170 Color,0.5,5,250,254,5,250,254 Color,0.75,4,172,175,4,172,175 Color,1.0,2,193,2,2,193,2 Color,1.25,1,137,1,1,137,1 Color,1.5,202,0,206,202,0,206 Color,1.75,134,0,137,134,0,137 Color,2.0,254,250,3,254,250,3 Color,2.5,221,166,2,221,166,2 Color,3.0,254,128,0,254,128,0 Color,4.0,4,0,254,4,0,254 Color,6.0,254,0,0,254,0,0 Color,8.0,254,167,167,254,167,167