// if transparency is indicated, make the special value the transparent
// color
if (bgColor[0] == -1)
{
timeCoder.setGraphicsMode(new GraphicsMode(QDConstants.transparent,
new QDColor(0.1f, 0.7f, 0.43f)));
} // if (bgColor[0] == -1)
return movie;
} // addTimeCode(Movie, String, String, int, int[], int[], int, int, int, int)