Home
last modified time | relevance | path

Searched defs:hsv_h (Results 1 – 4 of 4) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dsccolorstructs.cpp71 double hsv_h = qMax(0.0, qMin(h, 1.0)); in toRgb() local
/dports/games/tuxpaint/tuxpaint-0.9.26/magic/src/
H A Dconfetti.c133 float hsv_h, hsv_s, hsv_v; in confetti_get_new_color() local
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-plane.c155 gdouble hsv_h, hsv_s, hsv_v; in get_xyz_from_cursor() local
238 gdouble hsv_h, hsv_s, hsv_v; in set_cursor_from_xyz() local
1265 gdouble hsv_h, hsv_s, hsv_v; in gstyle_color_plane_set_mode() local
/dports/math/py-colormath/colormath-3.0.0/colormath/
H A Dcolor_objects.py731 def __init__(self, hsv_h, hsv_s, hsv_v): argument