Thanks to @danielpunkass, TIL auto-synthesized and CIFilter don’t mix: <https://developer.apple.com/documentation/coreimage/cifilter-swift.class?language=objc#Subclassing-notes>
> Don’t use auto-synthesized instance variables, because their names are automatically prefixed with an underscore. Instead, synthesize the property manually.
How did I not know this!? Also it explains a crash I was getting (which is what prompted Jalkut helping me. Danke, buddy).




