I am making a Color class as a part of a very basic graphics API in c++. So I decided to take a look at Microsoft\'s .NET framework and noticed that their Color class has fu
HSV -> RGB (implementation in js here)
RGB -> HSV (implementation in js here)