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
widthintThe width.
heightintThe height.
backgroundColorColorThe background color.
barColorsColor[]The bar colors.