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

void Impala::Application::MediaTable::BarPlot::BarColors ( ULONG  borderCol,
ULONG  bgCol,
ULONG  fillCol 
) [inline]

Definition at line 48 of file BarPlot.h.

References mBarBgColor, mBarBorderColor, and mBarFillColor.

00049     {
00050         mBarBorderColor = borderCol;
00051         mBarBgColor     = bgCol;
00052         mBarFillColor   = fillCol;
00053     }


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