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

void OglGui::RgbSlider::Color ( ULONG  col  )  [inline]

Definition at line 39 of file RgbSlider.h.

References mBlueVSB, mGreenVSB, mRedVSB, OglGui::ValueScrollBar::SBar(), and OglGui::ScrollBar::SetValue().

Referenced by OglGui::ColorDialog::Color().

00040     {
00041         int r,g,b;
00042         COLOR2RGB(col,r,g,b);
00043         mRedVSB  ->SBar()->SetValue(r);
00044         mGreenVSB->SBar()->SetValue(g);
00045         mBlueVSB ->SBar()->SetValue(b);
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:44 2010 for ImpalaSrc by  doxygen 1.5.1