Home
last modified time | relevance | path

Searched refs:_blueS (Results 1 – 2 of 2) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.cpp79 this->_blueS = new QSlider(); in RfxColorBox()
80 initSlider(_blueS, b); in RfxColorBox()
116 blueLayout->addWidget(this->_blueS); in RfxColorBox()
168 if(this->_blueS) in ~RfxColorBox()
169 delete _blueS; in ~RfxColorBox()
199 this->_blueS->setValue(c.blue()); in setBoxColorFromDialog()
200 this->_blueS->setToolTip(QString().setNum(c.blue())); in setBoxColorFromDialog()
245 this->_blueS->setToolTip(QString().setNum(b)); in setB()
308 this->_blueS->setValue(255); in setB()
310 this->_blueS->setValue(0); in setB()
[all …]
H A Drfx_colorbox.h56 …vcg::Color4f c(_redS->value() / 255.0f,_greenS->value() / 255.0f,_blueS->value() / 255.0f,_alphaS-… in getColorf()
93 QSlider* _blueS; variable