Struct anl::ImplicitBlend [] [src]

pub struct ImplicitBlend { /* fields omitted */ }

Blend has the effect of blending the value from lowSource with the value of highSource by linearly interpolating from one to the other using the value of controlSource. For best results, controlSource should output in the range of (0,1). All three inputs are scalar parameters that may accept either a constant value or a functional input as a source.

Methods

impl ImplicitBlend
[src]

Trait Implementations

impl ImplicitModule for ImplicitBlend
[src]