Home
last modified time | relevance | path

Searched refs:fromCmyk (Results 1 – 25 of 104) sorted by relevance

12345

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/3rdparty/libqpsd/
H A Dqpsdhandler_p.cpp568 *p = QColor::fromCmyk(255 - *cyan, 255 - *magenta, 255 - *yellow, 0).rgba(); in processCMY8()
591 *p = QColor::fromCmyk(255 - *cyan, 255 - *magenta, 255 - *yellow, 255 - *key).rgba(); in processCMYK8()
615 *p = QColor::fromCmyk(255 - *cyan, 255 - *magenta, 255 - *yellow, 255 - *key, in processCMYK8WithAlpha()
645 *p = QColor::fromCmyk(255 - (quint8)cyan16, in processCMYK16()
679 *p = QColor::fromCmyk(255 - (quint8)cyan16, in processCMYK16WithAlpha()
/dports/print/posterazor/posterazor-1.9.7/src/
H A Dimageloaderfreeimage.cpp194 …QColor::fromCmyk(255 - cmykBits[cmykColumn], 255 - cmykBits[cmykColumn + 1], 255 - cmykBits[cmykCo… in imageAsRGB()
195 …: QColor::fromCmyk(cmykBits[cmykColumn], cmykBits[cmykColumn + 1], cmykBits[cmykColumn + 2], cmykB… in imageAsRGB()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qcolor/
H A Dtst_qcolor.cpp139 void fromCmyk();
571 QColor cmyk = QColor::fromCmyk(0, 0, 0, 0); in spec()
1267 << QColor::fromCmyk(0, 255, 0, 0) in toHsv_data()
1317 << QColor::fromCmyk(255, 255, 255, 255) in toCmyk_data()
1355 << QColor::fromCmyk(0, 255, 0, 0); in toHsl_data()
1419 void tst_QColor::fromCmyk() in fromCmyk() function in tst_QColor
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscimage.h72 bool writeMonochromeDataToFilter(ScStreamFilter* filter, bool fromCmyk) const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/gdal/
H A Dqgsgdalproviderbase.cpp117 …myColorRampItem.color = QColor::fromCmyk( myColorEntry->c1, myColorEntry->c2, myColorEntry->c3, my… in colorTable()
/dports/astro/merkaartor/merkaartor-0.19.0/plugins/background/MGdalBackground/
H A DGdalAdapter.cpp399 QColor C = QColor::fromCmyk(*c, *m, *y, *k, a); in loadImage()
449 QColor C = QColor::fromCmyk(color->c1, color->c2, color->c3, color->c4); in loadImage()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqcolor.h187 static QColor fromCmyk(int c, int m, int y, int k, int a = 255);
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler/poppler-21.12.0/qt6/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler/poppler-21.12.0/qt5/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/tests/
H A Dcheck_annotations.cpp53 …const std::vector<QColor> testColors { QColor::fromRgb(0xAB, 0xCD, 0xEF), QColor::fromCmyk(0xAB, 0… in checkFontSizeAndColor()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/gdal/
H A Dqgsgdalproviderbase.cpp120 …myColorRampItem.color = QColor::fromCmyk( myColorEntry->c1, myColorEntry->c2, myColorEntry->c3, my… in colorTable()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqcolor_c.cpp447 *(QColor *)retval = QColor::fromCmyk(c, m, y, k, a); in QColor_fromCmyk()
/dports/editors/calligra/calligra-3.2.1/filters/words/applixword/
H A Dapplixwordimport.cc259 m_colorMap.insert(coltxt, QColor::fromCmyk(c, m, y, k)); in convert()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqcolor_c.cpp447 *(QColor *)retval = QColor::fromCmyk(c, m, y, k, a); in QColor_fromCmyk()
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqcolor_c.cpp447 *(QColor *)retval = QColor::fromCmyk(c, m, y, k, a); in QColor_fromCmyk()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqcolor_c.cpp447 *(QColor *)retval = QColor::fromCmyk(c, m, y, k, a); in QColor_fromCmyk()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtGui/
H A Dqcolor.sip141 static QColor fromCmyk(int c, int m, int y, int k, int alpha = 255);
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtGui/
H A Dqcolor.sip141 static QColor fromCmyk(int c, int m, int y, int k, int alpha = 255);
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtGui/
H A Dqcolor.sip141 static QColor fromCmyk(int c, int m, int y, int k, int alpha = 255);
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/sip/QtGui/
H A Dqcolor.sip141 static QColor fromCmyk(int c, int m, int y, int k, int alpha = 255);

12345