Vinyl
    Preparing search index...
    • Linearly interpolates between from and to given a percentage.

      Parameters

      • from: number

        The alpha = 0.0 value

      • to: number

        The alpha = 1.0 value

      • alpha: number

        A percentage where 0 is from, and 1 is to. E.g. 0.5 would return halfway between from and to.

      Returns number