Home
last modified time | relevance | path

Searched refs:hsv_to_rgb (Results 51 – 75 of 390) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcolorutils.c39 hsv_to_rgb (gdouble *h, in hsv_to_rgb() function
209 hsv_to_rgb (&h, &s, &v); in gtk_hsv_to_rgb()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/miniz_oxide_c_api-0.2.1/examples/
H A Dexample6.c26 static void hsv_to_rgb(int hue, int min, int max, rgb_t *p) in hsv_to_rgb() function
137 hsv_to_rgb(Iterations, MinIter, MaxIter, (rgb_t *)color); in main()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/miniz-2.0.8/examples/
H A Dexample6.c26 static void hsv_to_rgb(int hue, int min, int max, rgb_t *p) in hsv_to_rgb() function
137 hsv_to_rgb(Iterations, MinIter, MaxIter, (rgb_t *)color); in main()
/dports/www/zola/zola-0.15.2/cargo-crates/webp-0.1.3/src/
H A Dlib.rs26 fn hsv_to_rgb(h: f64, s: f64, v: f64) -> [u8; 3] { in new()
62 let [r, g, b] = hsv_to_rgb(h, s, v); in new()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_mix.osl184 color tmp = hsv_to_rgb(hsv);
204 outcol = hsv_to_rgb(hsv);
219 return hsv_to_rgb(hsv);
231 color tmp = hsv_to_rgb(hsv);
/dports/graphics/milton/milton-1.9.1/src/
H A Dpicker.f.glsl40 hsv_to_rgb(vec3 hsv)
154 vec3 rgb = hsv_to_rgb(hsv);
162 vec3 pure_color = hsv_to_rgb(vec3(u_angle,1.0,1.0));
H A Dcolor.h18 v3f hsv_to_rgb(v3f hsv);
/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dhsv.h20 extern void hsv_to_rgb (int h, double s, double v,
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/X11/
H A Dhsv.h20 extern void hsv_to_rgb (int h, double s, double v,
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/palm/
H A Dhsv.h20 extern void hsv_to_rgb (int h, double s, double v,
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/gtk/
H A Dhsv.h20 extern void hsv_to_rgb (int h, double s, double v,
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/material/
H A Dgpu_shader_material_combine_hsv.glsl3 hsv_to_rgb(vec4(h, s, v, 1.0), col);
H A Dgpu_shader_material_hue_sat_val.glsl11 hsv_to_rgb(hsv, outcol);
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_hsv_to_rgb.cpp17 return igl::hsv_to_rgb(H, R); in __anon6cdba4490102()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dplottools.py27 return colors.hsv_to_rgb(R).squeeze()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_color_rgb_hsv.h11 void hsv_to_rgb(const double hue, const double sat, const double val,
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_color_blend_inline.c501 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_color_byte()
526 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_hue_byte()
553 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_saturation_byte()
578 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_luminosity_byte()
1048 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_color_float()
1074 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_hue_float()
1101 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_saturation_float()
1126 hsv_to_rgb(h1, s1, v1, &r, &g, &b); in blend_color_luminosity_float()
H A Dmath_color.c32 void hsv_to_rgb(float h, float s, float v, float *r_r, float *r_g, float *r_b) in hsv_to_rgb() function
71 hsv_to_rgb(hsv[0], hsv[1], hsv[2], &r_rgb[0], &r_rgb[1], &r_rgb[2]); in hsv_to_rgb_v()
370 hsv_to_rgb(h, s, v, &rf, &gf, &bf); in hsv_to_cpack()
539 hsv_to_rgb(hsv[0], hsv[1], hsv[2], rgb, rgb + 1, rgb + 2); in rgb_float_set_hue_float_offset()
/dports/astro/siril/siril/src/algos/
H A Dcolors.h18 void hsv_to_rgb(double, double, double, double *, double *, double *);
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dcolorspace.h39 void hsv_to_rgb(int H, int S, int V, unsigned char *R, unsigned char *G, unsigned char *B);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkHSV.t18 is_deeply ([Gtk2::hsv_to_rgb (0, 0, 0)], [0, 0, 0]);
/dports/www/py-dj32-django-debug-toolbar/django-debug-toolbar-3.2.2/debug_toolbar/panels/
H A Dprofiling.py3 from colorsys import hsv_to_rgb
59 r, g, b = hsv_to_rgb(*self.hsv)
/dports/www/py-django-debug-toolbar/django-debug-toolbar-3.2.2/debug_toolbar/panels/
H A Dprofiling.py3 from colorsys import hsv_to_rgb
59 r, g, b = hsv_to_rgb(*self.hsv)
/dports/games/el/Eternal-Lands-1.9.5.9-1/eye_candy/
H A Deffect_teleporter.cpp28 hsv_to_rgb(hue, saturation, value, color[0], color[1], color[2]); in TeleporterParticle()
101 hsv_to_rgb(hue, saturation, value, teleporter_color.x, in TeleporterEffect()
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dcolour.h62 extern int hsv_to_rgb(hsv_t, rgb_t*);

12345678910>>...16