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.
我正在尝试将(通过 plist)几个过滤器链接在一起以获得特定的外观。我拿了演示应用程序(过滤器展示)并将 WhiteBalanceFilter 添加到链中。效果是纯黄色屏幕。如果我通过代码执行此操作,我会得到预期的结果......但链接它只是黄色的。这是我添加到 plist 中的部分:
过滤器名称 GPUImageWhiteBalanceFilter 属性 设定温度: 浮动(5000.00)
有什么想法吗?我想也许“浮动”是错误的类型,但所有迹象都表明这是正确的类型。