ledfx
    Preparing search index...

    Interface BandsEffectConfig

    Specific configuration for the 'bands' effect.

    interface BandsEffectConfig {
        align?: "center" | "invert" | "left" | "right";
        band_count?: number;
        type: "bands";
    }
    Index

    Properties

    align?: "center" | "invert" | "left" | "right"

    Alignment of bands

    'left'
    
    band_count?: number

    Number of bands

    6
    

    1

    16

    type: "bands"