Table of Contents

Method CreateColorfulWaveformImage

Namespace
DisCatSharp.Common.Utilities
Assembly
DisCatSharp.Common.dll

CreateColorfulWaveformImage(int, int, Color?, params Color[]?)

Creates a colorful waveform image.

public WaveformVisualizer CreateColorfulWaveformImage(int width = 500, int height = 100, Color? backgroundColor = null, params Color[]? barColors)

Parameters

width int

The width.

height int

The height.

backgroundColor Color

The background color.

barColors Color[]

The bar colors.

Returns

WaveformVisualizer