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.ChangeLightness 200, 100, 100
|
|