gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
242 stars 10 forks source link

Refactor and Enhance Color Handling in Pixel #97

Closed duysqubix closed 2 months ago

duysqubix commented 2 months ago

Refactor the color handling in the Pixel library to improve integration with the standard library and address issues with alpha-premultiplied colors. This includes:

dusk125 commented 2 months ago

Dup of #71