hsv2rgb — Convert HSV image or colormap values to RGB.
hsv2rgb(HSV) converts MxNx3 image data or an Nx3 colormap from HSV to RGB values.
How hsv2rgb works
- Accepts MxNx3 truecolor images and Nx3 colormaps.
- Hue wraps modulo 1 and saturation/value are clamped to [0,1].
Example
HSV To RGB
RGB = hsv2rgb(HSV);Expected output:
% RGB has the same shape as HSVRelated Image functions
Open-source implementation
Unlike proprietary runtimes, every RunMat function is open-source. Read exactly how hsv2rgb works, line by line, in Rust.
- View hsv2rgb.rs on GitHub
- Learn how the runtime works
- Found a bug? Open an issue with a minimal reproduction.
About RunMat
RunMat is an open-source runtime that executes MATLAB-syntax code — faster, on any GPU, with no license required.
- Simulations that took hours now take minutes. RunMat automatically optimizes your math for GPU execution on Apple, Nvidia, and AMD hardware. No code changes needed.
- Start running code in seconds. Open the browser sandbox or download a single binary. No license server, no IT ticket, no setup.
- A full development environment. GPU-accelerated 2D and 3D plotting, automatic versioning on every save, and a browser IDE you can share with a link.