Viscom Software VideoCap ActiveX Control

DateColor Property

Description:   

Set/Get the date color. It will effect preview screen and output file.

Usage:   

VideoCap1.DateColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic set the date color to blue:

Private Sub Capture_Click()
Me.VideoCap1.Start
Me.VideoCap1.DateColor=RGB(0,255,0)
Me.VideoCap1.DrawTime 0, 0, 2
End Sub


Value:   

RGB(255,0,0)