hsv

Codecov

Simple conversion of HSV color space to RGB

A simple function hsvtorgb to convert values in the HSV color space to RGB. I created this crate because I couldn't find an existing one that worked for me, and, when I asked chatGPT how to convert HSV to RGB in Rust, it pointed me to a crate called hsv that didn't exist. Now it does.

Instructions

Please let me know if it's incorrect. Bug reports and PRs welcome!