% Transform a colormap or image from the hsv space to the rgb space.
SYNOPSIS
function rgb_map = hsv2rgb (hsv_map)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {@var{rgb_map} =} hsv2rgb (@var{hsv_map})
% Transform a colormap or image from the hsv space to the rgb space.
% @seealso{rgb2hsv}
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
hsv % Create color colormap. This colormap is red through yellow, green,