Compact Framework 3.5图像渐变不平滑
为什么紧凑框架 3.5 不能在 Windows Mobile 上正确渲染具有渐变的图像?
Why doesn't compact framework 3.5 render Images with gradient right on windows mobile?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的图像最初包含 32 位或 24 位颜色,而您的设备 LCD 仅支持 16 位(通常是这种情况),那么您在显示图像时会发现图像质量有所下降。
If your image contained originally 32 bits or 24 bits of color and your device LCD only supports 16 bits (which is usually the case) then you will see some degradation on the image quality while displaying it.