@byomakase/omakase-player
    Preparing search index...

    Interface VuMeterStyle

    interface VuMeterStyle {
        levelBackground: string;
        levelColors: VuMeterColor[];
        showChannelLabels: boolean;
        showScaleLabels: boolean;
        showScaleMarks: boolean;
    }
    Index

    Properties

    levelBackground: string

    Background color for the level. Can be any valid CSS color value.

    levelColors: VuMeterColor[]

    Color configuration for the levels. The colors will be applied in order, so the first color with a maxValueDb higher than the current dB value will be used to color the level.

    showChannelLabels: boolean

    Whether to show labels for the channels. The labels are taken from the config.labels array and are applied in order to the channels.

    showScaleLabels: boolean

    Whether to show labels for the scale values. Only applicable if the scale is not set to NONE.

    showScaleMarks: boolean

    Whether to show ticks for the scale values. Only applicable if the scale is not set to NONE.