Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::SDash::ApplicationEnding::ChangeBackground (  )  [inline]

Definition at line 55 of file ApplicationEnding.h.

References OglGui::OglWindow::GetBackground(), mOpacity, and OglGui::OglWindow::SetBackground().

Referenced by DisplayFunc().

00056     {
00057         ULONG bg = GetBackground();
00058         bg = ((bg&0x00ffffff) | (mOpacity<<24));
00059         SetBackground(bg);
00060     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:58 2011 for ImpalaSrc by  doxygen 1.5.1