Movie Player ActiveX Control

ChangeHue     

 

Change the hue of video.

Public Function ChangeHue( _
  ByVal iR As Integer ,_
  ByVal iG As Integer ,_
  ByVal iB As Integer
)

 

Parameter
iR
The value of red color from 0 to 255.

iG
The value of green color from 0 to 255.

iB
The value of blue color from 0 to 255.
 

Return Value
True - Success, False- Failed

Example

   

Visual Basic Syntax
MoviePlayer1.FileName ="c:\test.mpg"
MoviePlayer1.Play
MoviePLayer.ChangeHue 200, 100, 100