ledfx
    Preparing search index...

    Interface SinglecolorEffectConfig

    Specific configuration for the 'singleColor' effect.

    interface SinglecolorEffectConfig {
        color?: string;
        type: "singleColor";
    }
    Index

    Properties

    Properties

    color?: string

    Color of strip

    '#FF0000'
    
    type: "singleColor"