Home
last modified time | relevance | path

Searched defs:hsl2rgb (Results 1 – 25 of 25) sorted by relevance

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php145 public function hsl2rgb($h, $s, $l) function in Mpdf\\Color\\ColorModeConverter
/dports/devel/p5-Color-RGB-Util/Color-RGB-Util-0.606/lib/Color/RGB/
H A DUtil.pm488 sub hsl2rgb { subroutine
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/common/color/
H A DHSL.java97 public static void hsl2rgb(float[] hsl, int[] rgb) { in hsl2rgb() method in HSL
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/color/
H A Dbcolortools.cxx82 BColor hsl2rgb(const BColor& rHSLColor) in hsl2rgb() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/color/
H A Dbcolortools.cxx81 BColor hsl2rgb(const BColor& rHSLColor) in hsl2rgb() function
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Common/
H A DCommonFunctions.h74 inline void hsl2rgb(float h, float sl, float l, float &r, float &g, float &b) { in hsl2rgb() function
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Drgbhsl.cpp117 void hsl2rgb (float h, float s, float l, float &r, float &g, float &b) in hsl2rgb() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dcolor.cxx106 RGBColor::RGBTriple hsl2rgb( double nHue, double nSaturation, double nLuminance ) in hsl2rgb() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/
H A Dcolor.cxx107 RGBColor::RGBTriple hsl2rgb( double nHue, double nSaturation, double nLuminance ) in hsl2rgb() function
/dports/graphics/py-colour/colour-0.1.5/
H A Dcolour.py272 def hsl2rgb(hsl): function
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dimage.cpp412 void ColoredImage::hsl2rgb(double h,double s,double l, in hsl2rgb() function in ColoredImage
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_colorize.c171 static void hsl2rgb(float h, float s, float l, float *r, float *g, float *b) in hsl2rgb() function
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_colorize.c171 static void hsl2rgb(float h, float s, float l, float *r, float *g, float *b) in hsl2rgb() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dcolor.hh267 void hsl2rgb( const float& h, const float& s, const float& l, T& r, T& g, T& b ) in hsl2rgb() function
/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dwizard.cpp227 void hsl2rgb(double h,double s,double l, in hsl2rgb() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/darktable/src/common/
H A Dcolorspaces.c1158 void hsl2rgb(float rgb[3],float h,float s,float l) in hsl2rgb() function
/dports/graphics/delaboratory/delaboratory-0.8/core/
H A Dconversion_cpu.cc1464 void hsl2rgb(deConversionCPU& cpu) in hsl2rgb() function
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/lib/
H A Dcolors.py758 def hsl2rgb(h, s, l): function
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dphasewheel.c277 static void hsl2rgb(float c[3], const float hue, const float sat, const float lum) { in hsl2rgb() function
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dcolorspaces.c1139 void hsl2rgb(float rgb[3], float h, float s, float l) in hsl2rgb() function
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dcolorspaces.c1135 void hsl2rgb(dt_aligned_pixel_t rgb, float h, float s, float l) in hsl2rgb() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcolor.cc524 void Color::hsl2rgb (float h, float s, float l, float &r, float &g, float &b) in hsl2rgb() function in rtengine::Color
572 void Color::hsl2rgb (vfloat h, vfloat s, vfloat l, vfloat &r, vfloat &g, vfloat &b) in hsl2rgb() function in rtengine::Color
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcolor.cc636 void Color::hsl2rgb (float h, float s, float l, float &r, float &g, float &b) in hsl2rgb() function in rtengine::Color
662 void Color::hsl2rgb (vfloat h, vfloat s, vfloat l, vfloat &r, vfloat &g, vfloat &b) in hsl2rgb() function in rtengine::Color
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcolor.cc628 void Color::hsl2rgb (float h, float s, float l, float &r, float &g, float &b) in hsl2rgb() function in rtengine::Color
654 void Color::hsl2rgb (vfloat h, vfloat s, vfloat l, vfloat &r, vfloat &g, vfloat &b) in hsl2rgb() function in rtengine::Color
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fil4.lv2/gui/
H A Dfil4.c883 static void hsl2rgb(float c[3], const float hue, const float sat, const float lum) { in hsl2rgb() function