Home
last modified time | relevance | path

Searched refs:newHue (Results 1 – 25 of 32) sorted by relevance

12

/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
92 newHue = newHue - int(newHue); in regenerateColors()
93 …m_colors.append(QColor::fromHsvF(newHue, m_baseColor.saturationF(), m_baseColor.valueF(), m_baseCo… in regenerateColors()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dcustomcolordialog.h65 void onHueChanged(int newHue) in onHueChanged() argument
70 if (m_color.hsvHue() == newHue) in onHueChanged()
72 m_color.setHsv(newHue, m_color.hsvSaturation(), m_color.value()); in onHueChanged()
H A Dhuecontrol.cpp51 void HueControl::setHue(int newHue) in setHue() argument
53 if (m_color.hsvHue() == newHue) in setHue()
55 m_color.setHsv(newHue, m_color.hsvSaturation(), m_color.value()); in setHue()
H A Dcolorbox.cpp66 void ColorBox::setHue(int newHue) in setHue() argument
68 if (m_color.hsvHue() == newHue) in setHue()
72 m_color.setHsv(newHue,m_color.hsvSaturation(),m_color.value()); in setHue()
H A Dhuecontrol.h45 void setHue(int newHue);
H A Dcolorbox.h51 void setHue(int newHue);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Units 00-17/09 Color 1/_20/
H A D_20.pde4 float newHue = 200 - (i*1.2);
5 stroke(newHue, 70, 80);
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_selector.cpp340 double newHue = m_color.getHsvHue() in onProcessMessage() local
344 while (newHue < 0.0) in onProcessMessage()
345 newHue += 360.0; in onProcessMessage()
346 newHue = std::fmod(newHue, 360.0); in onProcessMessage()
348 if (newHue != m_color.getHsvHue()) { in onProcessMessage()
351 newHue, in onProcessMessage()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_bsd/
H A Dvidinput_bsd.cxx434 PBoolean PVideoInputDevice_BSDCAPTURE::SetHue(unsigned newHue) in SetHue() argument
439 char data = (newHue >> 8) - 128; // ioctl takes a signed char in SetHue()
443 frameHue=newHue; in SetHue()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DPixmapFunctions.cpp112 int newHue = hue; in colourPixmap() local
122 newHue = hue; in colourPixmap()
131 newHue, in colourPixmap()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_dc/
H A Dvideoio1394dc.h152 PBoolean SetHue(unsigned newHue);
H A Dvideo4dc1394.cxx517 PBoolean PVideoInputDevice_1394DC::SetHue(unsigned newHue) in SetHue() argument
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideoio1394dc.h147 PBoolean SetHue(unsigned newHue);
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_avc/
H A Dvidinput_avc.h171 PBoolean SetHue(unsigned newHue);
H A Dvidinput_avc.cxx266 PBoolean PVideoInputDevice_1394AVC::SetHue(unsigned newHue) in SetHue() argument
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Ddummyvideo.cxx106 PBoolean PVideoInputDevice::SetHue(unsigned newHue) in SetHue() argument
/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
377 if (!qFuzzyCompare(newHue, d->hue)) { in slotHueSliderChanged()
378 setHue(newHue); in slotHueSliderChanged()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/colour/
H A Djuce_Colour.h302 Colour withHue (float newHue) const noexcept;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/colour/
H A Djuce_Colour.h302 Colour withHue (float newHue) const noexcept;
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DColorScheme.cpp197 int newHue = qAbs( (color.hue() + hueDifference) % MAX_HUE ); in colorEntry() local
201 color.setHsv(newHue,newSaturation,newValue); in colorEntry()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l/
H A Dvidinput_v4l.cxx1346 PBoolean PVideoInputDevice_V4L::SetHue(unsigned newHue) in SetHue() argument
1356 vp.hue = newHue; in SetHue()
1360 frameHue=newHue; in SetHue()
/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
207 color.setHsv( newHue, newSaturation, newValue ); in colorEntry()
/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
207 color.setHsv( newHue, newSaturation, newValue ); in colorEntry()
/dports/devel/ptlib/ptlib-2.10.11/plugins/vidinput_v4l2/
H A Dvidinput_v4l2.cxx1104 PBoolean PVideoInputDevice_V4L2::SetHue(unsigned newHue) in SetHue() argument
1106 if (!SetControlCommon(V4L2_CID_HUE, newHue)) in SetHue()
1108 frameHue=newHue; in SetHue()
/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
204 color.setHsv(newHue,newSaturation,newValue); in colorEntry()

12