ledfx
    Preparing search index...

    Interface GradientEffectConfig

    Specific configuration for the 'gradient' effect.

    interface GradientEffectConfig {
        speed?: number;
        type: "gradient";
    }
    Index

    Properties

    Properties

    speed?: number

    Speed of the effect

    1.0
    

    0.1

    10

    type: "gradient"