BASS.NET API for the Un4seen BASS Audio Library

WaveFormColorMiddleRight Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the center line color (right channel) to be used when drawing the wave form image (Default = Color.Empty).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public Color ColorMiddleRight { get; set; }

Property Value

Type: Color
Remarks

When Color.Empty is selected the ColorRight is used instead (which is the default).
See Also

Reference