Home
last modified time | relevance | path

Searched refs:hsvHue (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dcolorbox.cpp68 if (m_color.hsvHue() == newHue) in setHue()
81 return clamp(m_color.hsvHue(), 0, 359); in hue()
115 int oldhue = m_color.hsvHue(); in setColor()
119 if (oldhue != m_color.hsvHue()) emit hueChanged(); in setColor()
129 m_color.setHsv(m_color.hsvHue(),newsaturation,m_color.value()); in setSaturation()
151 m_color.setHsv(m_color.hsvHue(),m_color.hsvSaturation(),newvalue); in setValue()
165 m_saturatedColor.setHsv(m_color.hsvHue(),255,255); in paintEvent()
H A Dhuecontrol.cpp48 emit hueChanged(m_color.hsvHue()); in setCurrent()
53 if (m_color.hsvHue() == newHue) in setHue()
57 emit hueChanged(m_color.hsvHue()); in setHue()
H A Dhuecontrol.h46 int hue() const { return m_color.hsvHue(); } in hue()
H A Dcustomcolordialog.h70 if (m_color.hsvHue() == newHue) in onHueChanged()
H A Dcustomcolordialog.cpp171 m_hueControl->setHue(m_color.hsvHue()); in setupWidgets()
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dcolorslider.cpp134 mGradient.setColorAt(val / mMax, QColor::fromHsv(color.hsvHue(), in hsvGradient()
143 mGradient.setColorAt(val / mMax, QColor::fromHsv(color.hsvHue(), in hsvGradient()
347 colorPicked = QColor::fromHsv(mColor.hsvHue(), in colorPicked()
355 colorPicked = QColor::fromHsv(mColor.hsvHue(), in colorPicked()
364 colorPicked = QColor::fromHsv(mColor.hsvHue(), in colorPicked()
H A Dcolorwheel.cpp341 drawHueIndicator(mCurrentColor.hsvHue()); in composeWheel()
370 int hue = mCurrentColor.hsvHue(); in saturationChanged()
382 int hue = mCurrentColor.hsvHue(); in valueChanged()
H A Dcolorslider.h53 void setHsv(const QColor& hsv) { mColor.setHsv(hsv.hsvHue(), in setHsv()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DTextRenderer.cpp43 c.setHsv((c.hsvHue()+180)%360, 255,255,100); in draw()
77 c.setHsv((c.hsvHue()+180)%360, 255,255,100); in draw()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DColorPicker.qml85 if (root.color.hsvHue !== -1)
86 root.hue = root.color.hsvHue
108 if (root.color.hsvHue !== -1)
109 root.hue = root.color.hsvHue // doesn't matter if hsvHue or hslHue
H A DLuminanceSlider.qml65 …GradientStop { position: 0.000; color: Qt.hsva(root.color.hsvHue, root.color.hsvSaturation, 1, 1) }
86 color: Qt.hsva(root.color.hsvHue, root.color.hsvSaturation, root.color.hsvValue, 1)
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3d/
H A Dqt3dquickvaluetypes.cpp80 qreal Quick3DColorValueType::hsvHue() const in hsvHue() function in Qt3DCore::Quick::Quick3DColorValueType
130 void Quick3DColorValueType::setHsvHue(qreal hsvHue) in setHsvHue() argument
134 v.setHsvF(hsvHue, saturation, value, alpha); in setHsvHue()
H A Dqt3dquickvaluetypes_p.h82 Q_PROPERTY(qreal hsvHue READ hsvHue WRITE setHsvHue FINAL)
96 qreal hsvHue() const;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickvaluetypes.cpp82 qreal QQuickColorValueType::hsvHue() const in hsvHue() function in QQuickColorValueType
137 void QQuickColorValueType::setHsvHue(qreal hsvHue) in setHsvHue() argument
141 v.setHsvF(hsvHue, saturation, value, alpha); in setHsvHue()
H A Dqquickvaluetypes_p.h82 Q_PROPERTY(qreal hsvHue READ hsvHue WRITE setHsvHue FINAL)
97 qreal hsvHue() const;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickvaluetypes.cpp82 qreal QQuickColorValueType::hsvHue() const in hsvHue() function in QQuickColorValueType
137 void QQuickColorValueType::setHsvHue(qreal hsvHue) in setHsvHue() argument
141 v.setHsvF(hsvHue, saturation, value, alpha); in setHsvHue()
H A Dqquickvaluetypes_p.h82 Q_PROPERTY(qreal hsvHue READ hsvHue WRITE setHsvHue FINAL)
97 qreal hsvHue() const;
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/autotests/
H A Dtst_theme.qml288 compare(item.color, Qt.hsva(color.hsvHue, color.hsvSaturation * 0.5, color.hsvValue * 0.8))
294 compare(item.color, Qt.hsva(color.hsvHue, color.hsvSaturation * 0.5, color.hsvValue))
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/moodbar/
H A Dmoodbarrenderer.cpp52 properties.range_start_ = (highlight_color.hsvHue() - 20 + 360) % 360; in Colors()
/dports/audio/strawberry/strawberry-1.0.0/src/moodbar/
H A Dmoodbarrenderer.cpp61 properties.range_start_ = (highlight_color.hsvHue() - 20 + 360) % 360;
/dports/math/analitza/analitza-21.12.3/analitzaplot/
H A Dplotter2d.cpp128 col.setHsv(col.hsvHue(), col.hsvSaturation(), m_gridColor.value()-15); in computeSubGridColor()
130 …col.setHsv(col.hsvHue(), col.hsvSaturation(), m_gridColor.value()>=255?120:m_gridColor.value()-10); in computeSubGridColor()
134 …col.setHsv(col.hsvHue(), col.hsvSaturation(), m_backgroundColor.value()-(m_backgroundColor.value()… in computeSubGridColor()
136 …col.setHsv(col.hsvHue(), col.hsvSaturation(), m_backgroundColor.value()-(m_backgroundColor.value()… in computeSubGridColor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqcolor.h125 int hsvHue() const; // 0 <= hue < 360
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/moodbar/
H A DMoodbarManager.cpp349 rangeStart = The::paletteHandler()->highlightColor().hsvHue(); in readMoodFile()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DColorPickerDialog.cpp179 this->ui_.picker.luminancePicker->setCol(this->color_.hsvHue(), in selectColor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/swing/internal/plaf/basic/resources/
H A Dbasic.properties86 ColorChooser.hsvHue.textAndMnemonic=Hue

12345678910