SWFMovie_setBackground
set the background color for a movie
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
set the background color for a movie
#include <ming.h>
void SWFMovie_setBackground
(
SWFMovie movie,
byte r,
byte g,
byte b
);
This function sets the background color for the movie.