thesadrogue / TheSadRogue.Primitives

A collection of primitive data structures for working with a 2-dimensional grid.
MIT License
21 stars 6 forks source link

Colors Helper Methods Producing Undesirable Results #61

Closed Chris3606 closed 1 year ago

Chris3606 commented 3 years ago

The Color.FromHSV method appears to produce incorrect output. Additionally, the GetSaturation method may produce a rounding error.

AC: