mwg API
    Preparing search index...

    Interface StatusVisualStyle

    interface StatusVisualStyle {
        color: number;
        pulseRate?: number;
        strength?: number;
    }
    Index
    color: number

    colour this status contributes on top of every other active one

    pulseRate?: number

    cycles per second the strength oscillates between 0 and strength; omit for a steady contribution

    strength?: number

    0..1, how strongly this status's colour contributes at full intensity; defaults to 0.5