Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:43:05 2010 for ImpalaSrc by  doxygen 1.5.1