VFX-JS
    Preparing search index...

    Type Alias DuotoneParams

    type DuotoneParams = {
        color1: Rgba;
        color2: Rgba;
        speed: number;
    }
    Index

    Properties

    Properties

    color1: Rgba

    First tone (shadows).

    color2: Rgba

    Second tone (highlights).

    speed: number

    Gradient cycling speed. 0 keeps the mapping static.