ledfx
    Preparing search index...

    Interface BandsMatrixEffectConfig

    Specific configuration for the 'bands_matrix' effect.

    interface BandsMatrixEffectConfig {
        band_count?: number;
        flip_gradient?: boolean;
        flip_horizontal?: boolean;
        mirror?: boolean;
        type: "bands_matrix";
    }
    Index

    Properties

    band_count?: number

    Number of bands

    6
    

    1

    16

    flip_gradient?: boolean

    Flip Gradient

    False
    
    flip_horizontal?: boolean

    Flip horizontally

    False
    
    mirror?: boolean

    Mirror the effect

    False
    
    type: "bands_matrix"