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.
我刚刚注意到CALayer可以将 compositingFilter作为属性。
但是compositingFilter需要一个 inputImage和一个inputBackgroundImage作为其输入。然后过滤器在一个方法中提供输出图像。
那么我应该如何使用这个过滤器作为CALayer的属性呢?输入和输出是什么?