MAKECLR Name
      
       MAKECLR Purpose
      
       Make an array of of 24-bit colors.
Category
Calling Sequence
      
       c = makeclr(n) Inputs
      
       n = Number of colors to make.  in
Keyword Parameters
Keywords
        
         H1=h1  Start Hue (def=0). 
        
         H2=h2    End Hue (def=300). 
        
         S1=s1  Start Sat (def=1). 
        
         S2=s2    End Sat (def=1). 
        
         V1=v1  Start Val (def=1). 
        
         V2=v2    End Val (def=1). Outputs
             c = Returned array of colors.  out
Common Blocks
Notes
Modification History
      
       R. Sterner, 2007 May 03 
      
       R. Sterner, 2010 Jun 04 --- Converted arrays from () to []. 
  
 Copyright (C) 2007, 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.