thesadrogue / TheSadRogue.Primitives

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

Allow Implicit Conversion of Palette to and from Color[] #95

Open Chris3606 opened 1 year ago

Chris3606 commented 1 year ago

Palette is really just a fancy Color[] with some helpful methods. It should in theory be possible to allow implicit conversion between the two, and may be useful for some use cases