MovieWidget::GetMovieBlendState
Defined in:
Returns the blend state for a movie.
C4Movies.h
Prototype
uint32 GetMovieBlendState(void) const;
Description
The GetMovieBlendState
function returns the blend state used by a movie widget when playing a movie that contains an alpha channel. See the MovieWidget::SetMovieBlendState
function for information about what values can be returned.
See Also