Open RazrFalcon opened 5 years ago
It would be nice to have a Pixel type and a Pixel iterator, which will provide a better API than DrawTarget::data().
Pixel
DrawTarget::data()
You can use rgb crate for this.
Seems reasonable.
It would be nice to have a
Pixel
type and a Pixel iterator, which will provide a better API thanDrawTarget::data()
.You can use rgb crate for this.