PictureEffects Xojo and Real Studio Plugin

GainEffect.Constructor Constructor

Constructor that takes gain and bias in as parameters

Constructor(
   gain as Single,
   bias as Single)

Parameters

gain
The gain. This value can be from 0.0 to 1.0
bias
The bias. This value can be from 0.0 to 1.0

Remarks

See Also

GainEffect Class