Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像在 Photoshop 和许多其他绘画/照片编辑程序中一样,它可以让您设置画笔的硬度。是否可以使用核心图形来做到这一点?或者我必须使用 OpenGL
PS。如果我必须使用 OpenGL,请给我一些代码和更多详细信息。
试试CGContextSetShadowWithColor。阴影不透明度取决于绘制对象的阴影颜色和不透明度。我相信如果没有一些遮罩,就不可能对完全透明的对象应用阴影。
CGContextSetShadowWithColor
...该死的,我想添加一条新评论...