ledfx
    Preparing search index...

    Interface BlocksEffectConfig

    Specific configuration for the 'blocks' effect.

    interface BlocksEffectConfig {
        block_count?: number;
        type: "blocks";
    }
    Index

    Properties

    Properties

    block_count?: number

    Number of color blocks

    4
    

    1

    10

    type: "blocks"