thesadrogue / TheSadRogue.Primitives

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

Remove Deprecated Color API #90

Open Chris3606 opened 2 years ago

Chris3606 commented 2 years ago

Currently, the Color API has some confusing functions such as GetSaturation and GetBrightness (which is really GetHSLLightness).

These functions are marked as deprecated, but should be removed entirely in a future version (probably 2.0).