Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Documentation should draw more attention to premultiplied alpha #169

Open
bgilbert opened this Issue Dec 7, 2015 · 0 comments

Comments

Projects
None yet
1 participant
Owner

bgilbert commented Dec 7, 2015

A common application bug is to ignore the alpha channel and render premultiplied RGB directly to the display, leading to display errors which may not be immediately apparent. The API documentation assumes the user knows how to handle premultiplied alpha; perhaps we should be more explicit.

bgilbert added the enhancement label Dec 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment