Animatroller.Framework.Effect.Fader.GetValue C# (CSharp) Method

GetValue() protected method

protected GetValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final ) : double
zeroToOne double
negativeOneToOne double
zeroToOneToZero double
final bool
return double
        protected override double GetValue(double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final)
        {
            return zeroToOne.ScaleToMinMax(this.minBrightness, this.maxBrightness);
        }