How can I change the background color of one frame in my Beamer document? I tried doing
\begin{frame}
\setbeamercolor{background canvas}{bg=violet}
% frame contents here
\end{frame}
but it seemed to have no effect.
Anyone know what the problem is?