ledfx
    Preparing search index...

    Interface PixelsEffectConfig

    Specific configuration for the 'pixels' effect.

    interface PixelsEffectConfig {
        background_color?: string;
        build_up?: boolean;
        color_blend?: boolean;
        pixel_color?: string;
        pixels?: number;
        speed?: number;
        step_period?: number;
        type: "pixels";
    }
    Index

    Properties

    background_color?: string

    Background color

    '#000000'
    
    build_up?: boolean

    Single or building pixels

    False
    
    color_blend?: boolean

    Restart effect on color change, for transitions

    False
    
    pixel_color?: string

    Pixel color to light up

    '#FFFFFF'
    
    pixels?: number

    Number of pixels each step

    1
    

    1

    32

    speed?: number

    Locked to 20 fps

    20.0
    

    20

    20

    step_period?: number

    Time between each pixel step to light up

    1.0
    

    0.01

    5.0

    type: "pixels"