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:
|