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

    Interface VuMeterColor

    interface VuMeterColor {
        color: string;
        holdColor: string;
        maxValueDb: number;
    }
    Index

    Properties

    color: string

    Color for the level when the dB value is below the maxValueDb. Can be any valid CSS color value.

    holdColor: string

    Color for the hold level when the dB value is below the maxValueDb. Can be any valid CSS color value.

    maxValueDb: number

    Maximum dB value for this color. 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.