Home
last modified time | relevance | path

Searched refs:hsv_to_rgb (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dhsv_to_rgb.cpp13 IGL_INLINE void igl::hsv_to_rgb(const T * hsv, T * rgb) in hsv_to_rgb() function in igl
15 igl::hsv_to_rgb( in hsv_to_rgb()
21 IGL_INLINE void igl::hsv_to_rgb( in hsv_to_rgb() function in igl
46 void igl::hsv_to_rgb( in hsv_to_rgb() function in igl
59 hsv_to_rgb(hsv,rgb); in hsv_to_rgb()
67 template void igl::hsv_to_rgb<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, -…
68 template void igl::hsv_to_rgb<Eigen::Matrix<float, -1, -1, 0, -1, -1>, Eigen::Matrix<float, -1, -1,…
69 template void igl::hsv_to_rgb<Eigen::Matrix<unsigned char, 64, 3, 1, 64, 3>, Eigen::Matrix<unsigned…
70 template void igl::hsv_to_rgb<Eigen::Matrix<float, 64, 3, 1, 64, 3>, Eigen::Matrix<float, 64, 3, 1,…
71 template void igl::hsv_to_rgb<double>(double const*, double*);
H A Dhsv_to_rgb.h25 IGL_INLINE void hsv_to_rgb(const T * hsv, T * rgb);
27 IGL_INLINE void hsv_to_rgb(
31 void hsv_to_rgb(
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dhsv_to_rgb.cpp13 IGL_INLINE void igl::hsv_to_rgb(const T * hsv, T * rgb) in hsv_to_rgb() function in igl
15 igl::hsv_to_rgb( in hsv_to_rgb()
21 IGL_INLINE void igl::hsv_to_rgb( in hsv_to_rgb() function in igl
46 void igl::hsv_to_rgb( in hsv_to_rgb() function in igl
59 hsv_to_rgb(hsv,rgb); in hsv_to_rgb()
67 template void igl::hsv_to_rgb<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, -…
68 template void igl::hsv_to_rgb<Eigen::Matrix<float, -1, -1, 0, -1, -1>, Eigen::Matrix<float, -1, -1,…
69 template void igl::hsv_to_rgb<Eigen::Matrix<unsigned char, 64, 3, 1, 64, 3>, Eigen::Matrix<unsigned…
70 template void igl::hsv_to_rgb<Eigen::Matrix<float, 64, 3, 1, 64, 3>, Eigen::Matrix<float, 64, 3, 1,…
71 template void igl::hsv_to_rgb<double>(double const*, double*);
H A Dhsv_to_rgb.h25 IGL_INLINE void hsv_to_rgb(const T * hsv, T * rgb);
27 IGL_INLINE void hsv_to_rgb(
31 void hsv_to_rgb(
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dww_color_slider.erl270 hsv_to_rgb({H,S,V}) -> function
271 hsv_to_rgb(H, S, V).
273 hsv_to_rgb(H, S, V) -> function
300 SCol = hsv_to_rgb(Hue, S, 0.0),
301 ECol = hsv_to_rgb(Hue, S, 1.0),
311 S0 = hsv_to_rgb(H,0.0,V),
312 S1 = hsv_to_rgb(H,1.0,V),
316 V0 = hsv_to_rgb(H,S,0.0),
317 V1 = hsv_to_rgb(H,S,1.0),
321 V0 = hsv_to_rgb(0.0,S,V),
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dblender.cpp46 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color15_light()
66 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color16_light()
85 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color32_light()
100 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color15()
115 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color16()
130 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in _myblender_color32()
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dhighpalookupmaker.py12 return list(colorsys.hsv_to_rgb(*hsv))
19 return list(colorsys.hsv_to_rgb(*hsv))
34 return list(colorsys.hsv_to_rgb(*hsv))
/dports/x11/plank/plank-0.11.89/lib/Drawing/
H A DColor.vala64 hsv_to_rgb (h, s, v, out red, out green, out blue);
78 hsv_to_rgb (h, s, v, out red, out green, out blue);
92 hsv_to_rgb (h, s, v, out red, out green, out blue);
106 hsv_to_rgb (h, s, v, out red, out green, out blue);
163 hsv_to_rgb (h, s, v, out red, out green, out blue);
177 hsv_to_rgb (h, s, v, out red, out green, out blue);
191 hsv_to_rgb (h, s, v, out red, out green, out blue);
205 hsv_to_rgb (h, s, v, out red, out green, out blue);
219 hsv_to_rgb (h, s, v, out red, out green, out blue);
233 hsv_to_rgb (h, s, v, out red, out green, out blue);
[all …]
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dloopitplot.py4 from matplotlib.colors import hsv_to_rgb, rgb_to_hsv, to_hex, to_rgb
85 plot_unif_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
97 fill_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
106 hdi_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/samples/
H A Dgraphsegmentation_demo.cpp42 Scalar hsv_to_rgb(Scalar);
55 Scalar hsv_to_rgb(Scalar c) { in hsv_to_rgb() function
83 return hsv_to_rgb(Scalar(fmod(base, 1.2), 0.95, 0.80)); in color_mapping()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dcolblend.c200 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_color24()
258 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_hue24()
289 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_luminance24()
322 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_saturation24()
487 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_color16()
545 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_hue16()
576 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_luminance16()
609 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_saturation16()
767 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_color15()
825 hsv_to_rgb(xh, xs, xv, &r, &g, &b); in _blender_hue15()
[all …]
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/bokeh/
H A Dloopitplot.py4 from matplotlib.colors import hsv_to_rgb, rgb_to_hsv, to_hex, to_rgb
89 plot_unif_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
101 fill_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
110 hdi_kwargs.setdefault("color", to_hex(hsv_to_rgb(light_color)))
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Drendernode-create-tests.c7 hsv_to_rgb (GdkRGBA *rgba, in hsv_to_rgb() function
102 hsv_to_rgb (&colors[0], g_random_double (), 1.0, 1.0); in rounded_borders()
134hsv_to_rgb (&color, g_random_double (), g_random_double_range (0.15, 0.4), g_random_double_range (… in rounded_backgrounds()
163hsv_to_rgb (&color, g_random_double (), g_random_double_range (0.15, 0.4), g_random_double_range (… in colors()
192hsv_to_rgb (&color, g_random_double (), g_random_double_range (0.15, 0.4), g_random_double_range (… in clipped_colors()
291hsv_to_rgb (&stops[j].color, g_random_double (), g_random_double_range (0.15, 0.4), g_random_doubl… in linear_gradient()
332hsv_to_rgb (&colors[j], g_random_double (), 1.0, 0.5); //g_random_double_range (0.15, 0.4), g_rand… in borders()
419hsv_to_rgb (&color, g_random_double (), g_random_double_range (0.5, 1.0), g_random_double_range (0… in text()
502hsv_to_rgb (&color, g_random_double (), g_random_double_range (0.15, 0.4), g_random_double_range (… in box_shadows()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dbrushmodifier.py12 from lib.helpers import rgb_to_hsv, hsv_to_rgb
110 c1 = hsv_to_rgb(*color)
111 c2 = hsv_to_rgb(*b.get_color_hsv())
/dports/x11-toolkits/granite/granite-6.2.0/lib/Drawing/
H A DColor.vala164 hsv_to_rgb (h, s, v, out R, out G, out B);
180 hsv_to_rgb (h, s, v, out R, out G, out B);
196 hsv_to_rgb (h, s, v, out R, out G, out B);
255 hsv_to_rgb (h, s, v, out R, out G, out B);
271 hsv_to_rgb (h, s, v, out R, out G, out B);
287 hsv_to_rgb (h, s, v, out R, out G, out B);
303 hsv_to_rgb (h, s, v, out R, out G, out B);
319 hsv_to_rgb (h, s, v, out R, out G, out B);
335 hsv_to_rgb (h, s, v, out R, out G, out B);
351 hsv_to_rgb (h, s, v, out R, out G, out B);
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexrgbhsv.c120 hsv_to_rgb(i*360.0f/255.0f, s, v, &hr, &hg, &hb); in update_color_bars()
124 hsv_to_rgb(h, i/255.0f, v, &hr, &hg, &hb); in update_color_bars()
128 hsv_to_rgb(h, s, i/255.0f, &hr, &hg, &hb); in update_color_bars()
167 hsv_to_rgb(h, s, v, &r, &g, &b); in update_color_value()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))

12345678910>>...16