COLOR_CODE_CT Name
             COLOR_CODE_CT Purpose
             Color code data based on a color table.
Category
Calling Sequence
      
       clr = color_code_ct(val) Inputs
             val = Array of values to color code.   in
Keyword Parameters
Keywords
        
         CLT=clt  IDL color table number (def=4).
        
         VMIN=vmn, VMAX=vmx Restrict val to these limits
                      (def=min, max).
Outputs
      
       clr = Array of 24-bit color values.    out
Common Blocks
Notes
Modification History
      
       R. Sterner, 2008 Sep 09, for Amir Najmi. 
      
       R. Sterner, 2010 Apr 30 --- Converted arrays from () to []. 
  
 Copyright (C) 2008, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.