Viscom Software VideoCap ActiveX Control

SpectrumSeparatorColor Property

Description:   

Set/Get the separator line color of Spectrum window.
 

Usage:   

VideoCap1.SpectrumSeparatorColor1[= value]

Data Type:   

Color

Example:   

This Visual Basic example set the separator line color of Spectrum window.

Private Sub Form_Load()
       VideoCap1.UseSpectrum = True
       VideoCap1.PreviewCaptureAudio = True
       VideoCap1.SpectrumOwner = Picture1.hWnd
       VideoCap1.SpectrumWidth = Picture1.Width
        VideoCap1.SpectrumHeight = Picture1.Height
        VideoCap1.SpectrumSeparatorColor=RGB(255,0,0)
       VideoCap1.ShowPreview=TRUE
        VideoCap1.CaptureMode=FALSE
        VideoCap1.Start
End Sub


Value:   

RGB(255,0,0)