Movie Player SDK ActiveX Control ReferenceProperties UseVideoColor Movie Player ActiveX Control UseVideoColor Enable/Disable video color setting feature. MoviePlayer1.UseVideoColor[=Boolean] ParameterBooleanTrue - Enable use the video color setting, False - Disable use the video color setting.RemarkThis property is Read/Write. Example Visual Basic SyntaxMoviePlayer1.UseVideoColor=TrueMoviePlayer1.FileName="c:\test.mpg"