Optional override for effects that apply mask processing inside GetFrame().
| 98 | |
| 99 | /// Optional override for effects that apply mask processing inside GetFrame(). |
| 100 | virtual bool HandlesMaskInternally() const { return false; } |
| 101 | |
| 102 | public: |
| 103 | /// Parent effect (which properties will set this effect properties) |
nothing calls this directly
no outgoing calls
no test coverage detected