android:如何像Photoshop一样创建叠加混合?
我正在我的 Android 应用程序中尝试实现叠加混合(如 Photoshop)。我尝试了不同的 PorterDuff.Modes(即 SCREEN、MYLTIPLY 等)和不同的组合,但无法达到完美的叠加效果。 有没有办法达到效果呢?
I am tring achive overlay blend (like photoshop)in my android application. I have tried differnt PorterDuff.Modes (i.e. SCREEN, MYLTIPLY etc) with differnt combinations but could not achive the perfect overlay effect.
Is there a way to achive effect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 PorterDuff 覆盖模式,如下所示。它将在 API 级别 11 或更高级别上工作。
You can use PorterDuff overlay Mode as i shown below. It will work on the API level 11 or higher.