Home
last modified time | relevance | path

Searched defs:newHue (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/datasource/
H A DColorGradientSource.cpp91 auto newHue = m_baseColor.hsvHueF() + i * (1.0 / m_itemCount); in regenerateColors() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dcustomcolordialog.h65 void onHueChanged(int newHue) in onHueChanged()
H A Dhuecontrol.cpp51 void HueControl::setHue(int newHue) in setHue()
H A Dcolorbox.cpp66 void ColorBox::setHue(int newHue) in setHue()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Ddummyvideo.cxx106 PBoolean PVideoInputDevice::SetHue(unsigned newHue) in SetHue()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_bsd/
H A Dvidinput_bsd.cxx434 PBoolean PVideoInputDevice_BSDCAPTURE::SetHue(unsigned newHue) in SetHue()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_dc/
H A Dvideo4dc1394.cxx517 PBoolean PVideoInputDevice_1394DC::SetHue(unsigned newHue) in SetHue()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DPixmapFunctions.cpp112 int newHue = hue; in colourPixmap() local
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_avc/
H A Dvidinput_avc.cxx266 PBoolean PVideoInputDevice_1394AVC::SetHue(unsigned newHue) in SetHue()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_selector.cpp340 double newHue = m_color.getHsvHue() in onProcessMessage() local
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DColorScheme.cpp197 int newHue = qAbs( (color.hue() + hueDifference) % MAX_HUE ); in colorEntry() local
/dports/graphics/krita/krita-4.4.8/plugins/dockers/smallcolorselector/
H A Dkis_small_color_widget.cc375 const qreal newHue = pos.x(); in slotHueSliderChanged() local
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DColorScheme.cpp203 int newHue = std::abs( ( color.hue() + hueDifference ) % MAX_HUE ); in colorEntry() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DColorScheme.cpp203 int newHue = std::abs( ( color.hue() + hueDifference ) % MAX_HUE ); in colorEntry() local
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DColorScheme.cpp200 int newHue = qAbs( (color.hue() + hueDifference) % MAX_HUE ); in colorEntry() local
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.cxx1104 PBoolean PVideoInputDevice_V4L2::SetHue(unsigned newHue) in SetHue()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l/
H A Dvidinput_v4l.cxx1346 PBoolean PVideoInputDevice_V4L::SetHue(unsigned newHue) in SetHue()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgscolorwidgets.cpp580 const int newHue = line.angle(); in setColorFromPos() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscolorwidgets.cpp579 int newHue = line.angle(); in setColorFromPos() local
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Ddirectshow.cxx942 PBoolean PVideoInputDevice_DirectShow::SetHue(unsigned newHue) in SetHue()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dvideoio.cxx959 PBoolean PVideoDevice::SetHue(unsigned newHue) in SetHue()
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.cpp1815 int newHue = baseHue - w * hueStep; in doContinueGooglesDocumentSearch() local