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
intThe width.
height
intThe height.
backgroundColor
ColorThe background color.
barColors
Color[]The bar colors.