ledfx
    Preparing search index...

    Interface RandomFlashEffectConfig

    Specific configuration for the 'random_flash' effect.

    interface RandomFlashEffectConfig {
        hit_color?: string;
        hit_duration?: number;
        hit_probability_per_sec?: number;
        hit_relative_size?: number;
        type: "random_flash";
    }
    Index

    Properties

    hit_color?: string

    Hit color

    '#FFFFFF'
    
    hit_duration?: number

    Hit duration

    0.5
    

    0.1

    5.0

    hit_probability_per_sec?: number

    Probability of hit per second

    0.1
    

    0.01

    1.0

    hit_relative_size?: number

    Hit size relative to LED strip

    10
    

    1

    100

    type: "random_flash"