Viscom Software VideoCap ActiveX Control

ChangeLightness Method

Description:   

Change Lightness effect.

Usage:   

VideoCap1.ChangeLightness Parameter1,Parameter2,Parameter3

Parameter:

Parameter1- The value of red color from 0 to 255.  (Data Type: Integer)

Parameter2- The value of green color from 0 to 255. (Data Type: Integer)

Parameter3- The value of blue color from 0 to 255. (Data Type: Integer)

 

Return Value:

No Return value.

Example:   

The Visual Basic example 

VideoCap1.EffectType=0
VideoCap1.Start
VideoCap1.ChangeLightness 255,0,0