Class hierarchy   Compound list   File list   Compound Members  

FadeFilter Class Reference

Blending Filter, that expects two inputs and adds them with the given ratio. More...

Inherits BitmapFilter.

List of all members.


Detailed Description

Blending Filter, that expects two inputs and adds them with the given ratio.

Output = Ratio * Input1 + (1-Ratio) * Input2


The documentation for this class was generated from the following file: