Home
last modified time | relevance | path

Searched refs:toLab (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/cegui/cegui-0.8.7/cegui/src/CommonDialogs/ColourPicker/
H A DTypes.cpp56 *this = ColourPickerConversions::toLab(colour); in Lab_Colour()
62 *this = ColourPickerConversions::toLab(ColourPickerConversions::toRGB(colour)); in Lab_Colour()
69 *this = ColourPickerConversions::toLab(ColourPickerConversions::toRGB(colour)); in Lab_Colour()
/dports/print/scribus-devel/scribus-1.5.7/scribus/colormgmt/
H A Dscspectralvaluesconvertor.h41 ScLab toLab(const QMap<int, double>& spectrum) const;
46 ScLab toLab(const QVector<int>& wavelengths, const QVector<double>& reflectances) const;
H A Dscspectralvaluesconvertor.cpp98 ScLab ScSpectralValuesConvertor::toLab(const QMap<int, double>& spectrum) const in toLab() function in ScSpectralValuesConvertor
112 ScLab ScSpectralValuesConvertor::toLab(const QVector<int>& wavelengths, const QVector<double>& refl… in toLab() function in ScSpectralValuesConvertor
/dports/graphics/photivo/photivo/Sources/filters/
H A DptFilter_StdCurve.cpp72 AImage->toLab(); in doRunFilter()
77 AImage->toLab(); in doRunFilter()
81 AImage->toLab(); in doRunFilter()
85 AImage->toLab(); in doRunFilter()
H A DptFilter_Saturation.cpp68 AImage->toLab(); in doRunFilter()
H A DptFilter_ColorBoost.cpp72 AImage->toLab(); in doRunFilter()
H A DptFilter_ImpulseNR.cpp72 AImage->toLab(); in doRunFilter()
H A DptFilter_Drc.cpp74 AImage->toLab(); in doRunFilter()
H A DptFilter_ViewLab.cpp79 AImage->toLab(); in doRunFilter()
H A DptFilter_InvDiffSharpen.cpp75 AImage->toLab(); in doRunFilter()
H A DptFilter_ColorContrast.cpp74 AImage->toLab(); in doRunFilter()
H A DptFilter_SatCurve.cpp80 AImage->toLab(); in doRunFilter()
H A DptFilter_LumaDenoiseCurve.cpp82 AImage->toLab(); in doRunFilter()
H A DptFilter_HighpassSharpen.cpp81 AImage->toLab(); in doRunFilter()
H A DptFilter_PyramidDenoise.cpp81 AImage->toLab(); in doRunFilter()
H A DptFilter_UnsharpMask.cpp81 AImage->toLab(); in doRunFilter()
H A DptFilter_LumaDenoise.cpp79 AImage->toLab(); in doRunFilter()
H A DptFilter_ABCurves.cpp75 AImage->toLab(); in doRunFilter()
H A DptFilter_DetailCurve.cpp82 AImage->toLab(); in doRunFilter()
H A DptFilter_ColorDenoise.cpp81 AImage->toLab(); in doRunFilter()
H A DptFilter_LocalContrastStretch.cpp100 AImage->toLab(); in doRunFilter()
H A DptFilter_ShadowsHighlights.cpp81 AImage->toLab(); in doRunFilter()
/dports/graphics/grafx2/grafx2/share/grafx2/scripts/samples/picture/thomson/lib/
H A Dcolor.lua209 function Color:toLab() function
215 local L1,a1,b1 = col1:toLab()
216 local L2,a2,b2 = col2:toLab()
220 local L1,a1,b1 = col1:toLab()
221 local L2,a2,b2 = col2:toLab()
250 local L1,a1,b1 = col1:toLab()
251 local L2,a2,b2 = col2:toLab()
/dports/games/maxr/maxr-0.2.9/src/game/data/player/
H A Dplayercolor.cpp44 const auto labColor = color.toLab(); in findClosestPredefinedColor()
47 const auto distance = labColor.deltaE (cPlayerColor::predefinedColors[i].toLab()); in findClosestPredefinedColor()
/dports/graphics/photivo/photivo/ReferenceMaterial/new-style filter template/
H A DptFilter_FilterName.cpp104 AImage->toLab(); in doRunFilter()

123