Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.cpp67 this->_redS = new QSlider(); in RfxColorBox()
68 initSlider(_redS, r); in RfxColorBox()
98 redLayout->addWidget(this->_redS); in RfxColorBox()
164 if(this->_redS) in ~RfxColorBox()
165 delete _redS; in ~RfxColorBox()
191 this->_redS->setValue(c.red()); in setBoxColorFromDialog()
192 this->_redS->setToolTip(QString().setNum(c.red())); in setBoxColorFromDialog()
221 this->_redS->setToolTip(QString().setNum(r)); in setR()
274 this->_redS->setValue(255); in setR()
276 this->_redS->setValue(0); in setR()
[all …]
H A Drfx_colorbox.h56 …vcg::Color4f c(_redS->value() / 255.0f,_greenS->value() / 255.0f,_blueS->value() / 255.0f,_alphaS-… in getColorf()
91 QSlider* _redS; variable