COLOR_ARRAY Name
COLOR_ARRAY Purpose
Make an array of colors.
Category
Calling Sequence
clr = color_array(n, h1, h2, s1, s2, v1, v2)
Inputs
n = Number of colors to make. in
h1 = Starting hue. in
h2 = Ending hue. in
s1 = Starting saturation (def=1). in
s2 = Ending saturation (def=s1). in
v1 = Starting value (def=1). in
v2 = Ending value (def=v1). in
Keyword Parameters
Outputs
clr = Returned color array. out
Common Blocks
Notes
Modification History
R. Sterner, 2006 Apr 09
R. Sterner, 2010 Apr 30 --- Converted arrays from () to [].
Copyright (C) 2006, 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.