Home
last modified time | relevance | path

Searched refs:fromRgbF (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/src/QtColorWidgets/
H A Dcolor_utils.cpp33 col = QColor::fromRgbF(chroma,x,0); in color_from_lch()
35 col = QColor::fromRgbF(x,chroma,0); in color_from_lch()
37 col = QColor::fromRgbF(0,chroma,x); in color_from_lch()
39 col = QColor::fromRgbF(0,x,chroma); in color_from_lch()
41 col = QColor::fromRgbF(x,0,chroma); in color_from_lch()
43 col = QColor::fromRgbF(chroma,0,x); in color_from_lch()
47 return QColor::fromRgbF( in color_from_lch()
61 col = QColor::fromRgbF(chroma,x,0); in color_from_hsl()
63 col = QColor::fromRgbF(x,chroma,0); in color_from_hsl()
65 col = QColor::fromRgbF(0,chroma,x); in color_from_hsl()
[all …]
/dports/deskutils/flameshot/flameshot-0.10.2/external/Qt-Color-Widgets/src/
H A Dcolor_utils.cpp33 col = QColor::fromRgbF(chroma, x, 0); in color_from_lch()
35 col = QColor::fromRgbF(x, chroma, 0); in color_from_lch()
37 col = QColor::fromRgbF(0, chroma, x); in color_from_lch()
39 col = QColor::fromRgbF(0, x, chroma); in color_from_lch()
41 col = QColor::fromRgbF(x, 0, chroma); in color_from_lch()
43 col = QColor::fromRgbF(chroma, 0, x); in color_from_lch()
60 col = QColor::fromRgbF(chroma, x, 0); in color_from_hsl()
62 col = QColor::fromRgbF(x, chroma, 0); in color_from_hsl()
64 col = QColor::fromRgbF(0, chroma, x); in color_from_hsl()
66 col = QColor::fromRgbF(0, x, chroma); in color_from_hsl()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/QtColorWidgets/
H A Dcolor_utils.cpp35 col = QColor::fromRgbF(chroma,x,0); in color_from_lch()
37 col = QColor::fromRgbF(x,chroma,0); in color_from_lch()
39 col = QColor::fromRgbF(0,chroma,x); in color_from_lch()
41 col = QColor::fromRgbF(0,x,chroma); in color_from_lch()
43 col = QColor::fromRgbF(x,0,chroma); in color_from_lch()
45 col = QColor::fromRgbF(chroma,0,x); in color_from_lch()
49 return QColor::fromRgbF( in color_from_lch()
63 col = QColor::fromRgbF(chroma,x,0); in color_from_hsl()
65 col = QColor::fromRgbF(x,chroma,0); in color_from_hsl()
67 col = QColor::fromRgbF(0,chroma,x); in color_from_hsl()
[all …]
/dports/graphics/tikzit/tikzit-2.1.6/src/
H A Dtikzit.cpp492 QColor::fromRgbF(0,0,0) << in initColors()
496 QColor::fromRgbF(1,1,1) << in initColors()
498 QColor::fromRgbF(1,0,0) << in initColors()
499 QColor::fromRgbF(1,0.5,0) << in initColors()
500 QColor::fromRgbF(1,1,0) << in initColors()
501 QColor::fromRgbF(0,1,0) << in initColors()
502 QColor::fromRgbF(0,0,1) << in initColors()
506 QColor::fromRgbF(0.5,0.5,0) << in initColors()
507 QColor::fromRgbF(0.75,1,0) << in initColors()
508 QColor::fromRgbF(0,1,1) << in initColors()
[all …]
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/kconfig_compiler/
H A Dtest4.cpp.ref81 QColor::fromRgbF(0 / 10.0, 0 / 10.0, 0 / 10.0)
85 QColor::fromRgbF(1 / 10.0, 1 / 10.0, 1 / 10.0)
89 QColor::fromRgbF(2 / 10.0, 2 / 10.0, 2 / 10.0)
93 QColor::fromRgbF(3 / 10.0, 3 / 10.0, 3 / 10.0)
97 QColor::fromRgbF(4 / 10.0, 4 / 10.0, 4 / 10.0)
101 QColor::fromRgbF(5 / 10.0, 5 / 10.0, 5 / 10.0)
105 QColor::fromRgbF(6 / 10.0, 6 / 10.0, 6 / 10.0)
109 QColor::fromRgbF(7 / 10.0, 7 / 10.0, 7 / 10.0)
113 QColor::fromRgbF(8 / 10.0, 8 / 10.0, 8 / 10.0)
117 QColor::fromRgbF(9 / 10.0, 9 / 10.0, 9 / 10.0)
[all …]
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/plugins/sharebox/
H A Dshareboxwidget.cpp59 const QColor NormalColor = QColor::fromRgbF(1.0f, 1.0f, 1.0f, 0.4f);
60 const QColor ActiveColor = QColor::fromRgbF(1.0f, 1.0f, 1.0f, 1.0f);
196 topGradient.setColorAt(0, QColor::fromRgbF(0.4f, 0.4f, 0.4f)); in paintEvent()
197 topGradient.setColorAt(1, QColor::fromRgbF(0.2f, 0.2f, 0.2f)); in paintEvent()
202 bottomGradient.setColorAt(0, QColor::fromRgbF(0.15f, 0.15f, 0.15f)); in paintEvent()
203 bottomGradient.setColorAt(1, QColor::fromRgbF(0.0f, 0.0f, 0.0f)); in paintEvent()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_referencing/
H A Dedit_referencingDialog.cpp47 useIt->setBackground(QBrush(QColor::fromRgbF(0.8, 0.9, 0.8))); in updateTable()
52 useIt->setBackground(QBrush(QColor::fromRgbF(0.9, 0.8, 0.8))); in updateTable()
87 error->setBackground(QBrush(QColor::fromRgbF(0.9, 0.7, 0.7))); in updateTable()
220 … this->ui->tableWidget->item(row,column)->setBackground(QBrush(QColor::fromRgbF(0.8, 0.9, 0.8))); in on_tableWidget_cellDoubleClicked()
257 useIt->setBackground(QBrush(QColor::fromRgbF(0.8, 0.9, 0.8))); in updateTableDist()
262 useIt->setBackground(QBrush(QColor::fromRgbF(0.9, 0.8, 0.8))); in updateTableDist()
292 cdist->setBackground(QBrush(QColor::fromRgbF(0.9, 0.9, 0.9))); in updateTableDist()
295 tdist->setBackground(QBrush(QColor::fromRgbF(0.9, 0.9, 0.9))); in updateTableDist()
300 scal->setBackground(QBrush(QColor::fromRgbF(0.9, 0.5, 0.5))); in updateTableDist()
302 scal->setBackground(QBrush(QColor::fromRgbF(1.0, 1.0, 1.0))); in updateTableDist()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKColorTransferFunction.cpp117 QColor minValue = QColor::fromRgbF(1.,1.,1.); in minValue()
124 QColor color = QColor::fromRgbF(rgb[0], rgb[1], rgb[2]); in minValue()
145 QColor minValue = QColor::fromRgbF(0.,0.,0.); in maxValue()
152 QColor color = QColor::fromRgbF(rgb[0], rgb[1], rgb[2]); in maxValue()
176 QColor rgb = QColor::fromRgbF(values[1], values[2], values[3]); in controlPoint()
200 rgb = QColor::fromRgbF(nextValues[1], nextValues[2], nextValues[3]); in controlPoint()
209 rgb = QColor::fromRgbF(subPoints[3*i], in controlPoint()
224 QColor color = QColor::fromRgbF(rgb[0], rgb[1], rgb[2]); in value()
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/src/colors/
H A Dkcolorspaces.cpp136 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
138 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
140 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
142 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
144 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
146 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkTransferFunctionRepresentationTest1.cpp60 QColor expectedVerticalGradientColor = QColor::fromRgbF(1., 0., 0., 1.); in ctkTransferFunctionRepresentationTest1()
71 expectedVerticalGradientColor = QColor::fromRgbF(0., 1., 1., 0.); in ctkTransferFunctionRepresentationTest1()
120 QColor defaultColor = QColor::fromRgbF(0., 0., 0., 0.); in ctkTransferFunctionRepresentationTest1()
146 QColor expectedColor = QColor::fromRgbF(1., 1., 1.); in ctkTransferFunctionRepresentationTest1()
157 if (representation.color(variant) != QColor::fromRgbF(0., 0., 0.)) in ctkTransferFunctionRepresentationTest1()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/materials/
H A Dqgsphongmaterialsettings.h95 QColor mAmbient{ QColor::fromRgbF( 0.1f, 0.1f, 0.1f, 1.0f ) };
96 QColor mDiffuse{ QColor::fromRgbF( 0.7f, 0.7f, 0.7f, 1.0f ) };
97 QColor mSpecular{ QColor::fromRgbF( 1.0f, 1.0f, 1.0f, 1.0f ) };
/dports/games/multimc/MultiMC5-0.6.11/libraries/rainbow/src/
H A Drainbow.cpp170 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
174 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
178 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
182 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
186 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
190 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
348 return QColor::fromRgbF(r, g, b, a); in mix()
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dpyconsole.cc26 const QColor PythonConsole::NORMAL_COLOR = QColor::fromRgbF(0, 0, 0);
27 const QColor PythonConsole::ERROR_COLOR = QColor::fromRgbF(1.0, 0, 0);
28 const QColor PythonConsole::OUTPUT_COLOR = QColor::fromRgbF(0, 0, 1.0);
/dports/astro/stellarium/stellarium-0.21.3/plugins/MeteorShowers/src/gui/
H A DMSConfigDialog.cpp166 QColor color(QColor::fromRgbF(c[0], c[1], c[2])); in refreshMarkersColor()
170 color = QColor(QColor::fromRgbF(c[0], c[1], c[2])); in refreshMarkersColor()
174 color = QColor(QColor::fromRgbF(c[0], c[1], c[2])); in refreshMarkersColor()
181 QColor color(QColor::fromRgbF(c[0], c[1], c[2])); in setColorARG()
193 QColor color(QColor::fromRgbF(c[0], c[1], c[2])); in setColorARC()
205 QColor color(QColor::fromRgbF(c[0], c[1], c[2])); in setColorIR()
/dports/graphics/qgis/qgis-3.22.3/src/3d/materials/
H A Dqgsphongmaterialsettings.h109 QColor mAmbient{ QColor::fromRgbF( 0.1f, 0.1f, 0.1f, 1.0f ) };
110 QColor mDiffuse{ QColor::fromRgbF( 0.7f, 0.7f, 0.7f, 1.0f ) };
111 QColor mSpecular{ QColor::fromRgbF( 1.0f, 1.0f, 1.0f, 1.0f ) };
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_mutualcorrs/
H A Dedit_mutualcorrsDialog.cpp47 useIt->setBackground(QBrush(QColor::fromRgbF(0.8, 0.9, 0.8))); in updateTable()
52 useIt->setBackground(QBrush(QColor::fromRgbF(0.9, 0.8, 0.8))); in updateTable()
82 error->setBackground(QBrush(QColor::fromRgbF(0.9, 0.7, 0.7))); in updateTable()
204 … this->ui->tableWidget->item(row,column)->setBackground(QBrush(QColor::fromRgbF(0.8, 0.9, 0.8))); in on_tableWidget_cellDoubleClicked()
209 … this->ui->tableWidget->item(row,column)->setBackground(QBrush(QColor::fromRgbF(0.9, 0.8, 0.8))); in on_tableWidget_cellDoubleClicked()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/brush/
H A Dgradientcreationsnippet.cpp49 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
50 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/brush/
H A Dgradientcreationsnippet.cpp59 gradient.setColorAt(0, QColor::fromRgbF(0, 1, 0, 1)); in main()
60 gradient.setColorAt(1, QColor::fromRgbF(0, 0, 0, 0)); in main()

12345678910>>...16