Home
last modified time | relevance | path

Searched defs:hls2rgb (Results 1 – 11 of 11) sorted by relevance

/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Dhls2rgb.m20 function rgb = hls2rgb(hls) function
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Dhls2rgb.m20 function rgb = hls2rgb(hls) function
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dutils.py24 from colorsys import rgb_to_hls as rgb2hls, hls_to_rgb as hls2rgb unknown
/dports/devel/R-cran-gdata/gdata/inst/perl/Graphics/
H A DColorUtils.pm138 sub hls2rgb { subroutine
/dports/graphics/p5-Graphics-ColorUtils/Graphics-ColorUtils-0.17/lib/Graphics/
H A DColorUtils.pm138 sub hls2rgb { subroutine
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Ddcs.c158 static uint32_t hls2rgb(int hue, int lum, int sat) in hls2rgb() function
/dports/x11/xterm/xterm-370/
H A Dgraphics.h111 #define hls2rgb(h, l, s, r, g, b) /* nothing */ macro
H A Dgraphics.c1083 hls2rgb(int h, int l, int s, short *r, short *g, short *b) in hls2rgb() function
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dblender.c284 hls2rgb (CARD32 hue, CARD32 luminance, CARD32 saturation, CARD32 *red, CARD32 *green, CARD32 *blue) in hls2rgb() function
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dblender.c284 hls2rgb (CARD32 hue, CARD32 luminance, CARD32 saturation, CARD32 *red, CARD32 *green, CARD32 *blue) in hls2rgb() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DSTPic.h696 void hls2rgb(double h, double l, double s, UCHAR *r, UCHAR *g, UCHAR *b) { in hls2rgb() function