TITLE(hsv @@ HSV Color Specification)
USAGE(
hsv(h, s, v)
)
ALIAS(hsv)
ARGUMENTS(
ARG(h,s,v @@ numeric vectors of values in the range
LANG([0,1]) for ``hue'', ``saturation'' and ``value''
to be combined to form a vector of colors.  Values in shorter
arguments are recycled.)
)
VALUE(
This function creates a vector of ``colors'' corresponding to
the given values in HSV space.  The values returned by LANG(hsv)
can be used with a LANG(col=) specification in graphics functions or in LANG(par).
)
SEEALSO(
LANG(LINK(rainbow)), LANG(LINK(rgb)), LANG(LINK(gray)).
)
