public class RgbDiffEffect extends RgbVideoEffect {
private BackgroundUpdater bgUpdater;
public RgbDiffEffect(BackgroundUpdater bgUpdater) {
supportedIns = new Format[] { new RGBFormat() };
supportedOuts = new Format[] { new RGBFormat() };
this.bgUpdater = bgUpdater;
}