I'm having some real trouble setting colors with beamer. One frame I want to be white on black since it includes a video:
Code: Select all
{
\setbeamercolor{background canvas}{bg=black,fg=white}
\frame
{
\begin{centering}
\includemovie[poster,mouse=true]{.6\linewidth}{0.6\linewidth}{dualStain.mov}\\
\setbeamercolor{wonb}{bg=black,fg=white}
{ \usebeamercolor{wonb}
\small caption text
}
\end{centering}
}
}
Can anyone give a clue as to how to make the text white?
Thanks