Colors support?
lo48576 opened this issue · 2 comments
lo48576 commented
Is colors out of scope, or can be supported?
I'm writing 3D model loader and want to return color data, but I think neither Point{3,4}
nor Vector{3,4}
is appropriate.
I'm happy if mint supports color types, because color is very important for computer graphics (and gamedev).
However, I'm not sure they are "mathematical" type...
Ralith commented
I think this is out of scope, but you might be interested in the rgb crate.
lo48576 commented
Thank you, I'll use it 😄