如何使用 SDL 在乘法模式下位图传输图像?
在 Pygame 中,surface.blit 有一个special_flags 参数。 这使您可以以不同于简单复制像素的方式组合像素。 例如,乘法模式可让您将像素相乘。
如何使用 C 中的 SDL 实现此目的? 我查看了 SDL 文档,但没有看到任何明显的方法可以做到这一点。
In Pygame, there is a special_flags argument to surface.blit. This let you combine pixels in ways different than simply copying them. For example, the multiply mode lets you multiply the pixels together.
How do I achieve this using SDL from C? I've looked at the SDL documentation, and I don't see any obvious ways of doing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
手动< /a>; 请参见 SoftBlitPyGame()。
Manually; see SoftBlitPyGame().