Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:44 2011 for ImpalaSrc by  doxygen 1.5.1