//****************************************************************************** // // Default GRS Spectrum Width color table // // Internal units are in meters/second (MPS) so we use the // Scale: statement to let the program know that the values // in this table are in knots (KTS) // // ColorTable { Category = "SW" Units = "KTS" Step = 3 Scale = 1.9426 // converts internal MPS units to KTS RF = rgb( 119, 0, 117 ) Color[ 1] = rgb( 0, 0, 0, 0 ) Color[ 5.5] = rgb( 126, 126, 126 ) Color[ 7] = rgb( 255,140,0 ) Color[ 10] = rgb( 255,0,0 ) Color[ 12] = rgb( 190, 0, 0 ) Color[16] = rgb( 255, 0, 255) Color[20] = rgb( 158,78,205 ) Color[24] = rgb( 255,255,255 ) Color[28] = rgb( 230, 255, 0 ) }