Home
last modified time | relevance | path

Searched refs:hsv_to_rgb (Results 251 – 275 of 390) sorted by relevance

1...<<111213141516

/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dfanchart.py339 agecol = colorsys.hsv_to_rgb(
367 rgb_colors = [colorsys.hsv_to_rgb(
403 self.gradcol = [colorsys.hsv_to_rgb(
428 self.gradcol = [colorsys.hsv_to_rgb(
469 periodcol = colorsys.hsv_to_rgb(
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/visual/
H A Dcolor.py597 color = np.array(colorsys.hsv_to_rgb(hue, .99, .99))
/dports/games/atanks/atanks-6.5/src/
H A Dfloattext.cpp358 hsv_to_rgb(h, s * s_mod * (v > 0.75 ? 0.5 : 1.), in GetShadeColor()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/VectorToColor/
H A DVectorToColor.cpp224 Color::hsv_to_rgb(h, s, v, &dstPix[0], &dstPix[1], &dstPix[2]); in multiThreadProcessImages()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dcommon.h358 inline Vector3f hsv_to_rgb(Float h, Float s, Float v) { in hsv_to_rgb() function
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsLut.cpp177 hsv_to_rgb(float h, in hsv_to_rgb() function
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsLut.cpp177 hsv_to_rgb(float h, in hsv_to_rgb() function
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_image.c967 hsv_to_rgb (gint *h, in hsv_to_rgb() function
1281 hsv_to_rgb (&red1, &green1, &blue1); in pixel_apply_layer_mode()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dbarcode.c1677 hsv_to_rgb (random() % 360, 1.0, 1.0, &c.red, &c.green, &c.blue); in scrollModel()
1710 hsv_to_rgb (random() % 360, 1.0, 1.0, &c.red, &c.green, &c.blue); in updateGrid()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/palm/
H A Ddaliclock.c882 hsv_to_rgb ( state->fg.h, state->fg.s, state->fg.v, in cycle_colors()
884 hsv_to_rgb ( state->bg.h, state->bg.s, state->bg.v, in cycle_colors()
/dports/net-mgmt/spectools/spectools-2011-08-R1/
H A Dspectool_gtk_channel.c124 hsv_to_rgb(&r, &g, &b, in spectool_channel_draw()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotsurface.c65 static void hsv_to_rgb (gdouble h,
919 hsv_to_rgb(h, MIN(s, 1.0), MIN(v, 1.0), &red, &green, &blue); in gtk_plot_surface_lighting()
928 hsv_to_rgb (gdouble h, gdouble s, gdouble v, in hsv_to_rgb() function
/dports/textproc/py-wordcloud/word_cloud-1.5.0/wordcloud/
H A Dwordcloud.py143 r, g, b = colorsys.hsv_to_rgb(h, s, random_state.uniform(0.2, 1))
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotsurface.c75 static void hsv_to_rgb (gdouble h,
1062 hsv_to_rgb(h, MIN(s, 1.0), MIN(v, 1.0), &red, &green, &blue); in gtk_plot_surface_lighting()
1071 hsv_to_rgb (gdouble h, gdouble s, gdouble v, in hsv_to_rgb() function
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotsurface.c75 static void hsv_to_rgb (gdouble h,
1072 hsv_to_rgb(h, MIN(s, 1.0), MIN(v, 1.0), &red, &green, &blue); in gtk_plot_surface_lighting()
1081 hsv_to_rgb (gdouble h, gdouble s, gdouble v, in hsv_to_rgb() function
/dports/graphics/xaos/XaoS-release-4.2.1/src/util/
H A Dpalette.cpp604 static inline void hsv_to_rgb(int h, int s, int v, unsigned char *red, in hsv_to_rgb() function
682 hsv_to_rgb(h, s, v, colors[i], colors[i] + 1, colors[i] + 2); in randomize_segments3()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_hsv_noise_in_camera.cpp398 igs::color::hsv_to_rgb(hue, sat, val, red_out, gre_out, blu_out); in pixel_rgb()
H A Digs_hsv_noise.cpp415 igs::color::hsv_to_rgb(hue, sat, val, red_out, gre_out, blu_out); in pixel_rgb_()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dsurface.cpp412 hsv_to_rgb(xh, xs, yv, &r, &g, &b); in blendTintSprite()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/ColorWheel/
H A DColorWheel.cpp299 Color::hsv_to_rgb(hue, saturation, value, &r, &g, &b); in multiThreadProcessImages()
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddocked_app.in150 br, bg, bb = colorsys.hsv_to_rgb(h, s, v)
153 gr, gg, gb = colorsys.hsv_to_rgb(h, s, v)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_color_picker.c123 hsv_to_rgb(r_cp0, r_cp1, r_cp2, r, g, b); in ui_color_picker_to_rgb()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dcolor.c350 void hsv_to_rgb(float h, float s, float v, int *r, int *g, int *b) in hsv_to_rgb() function
/dports/games/xonotic/Xonotic/source/qcsrc/common/
H A Dutil.qh114 vector hsv_to_rgb(vector hsv);
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/
H A Dcolorpalettes.py200 palette = 255 * np.array([colorsys.hsv_to_rgb(h, 1, 1) for h in hues])

1...<<111213141516