Home
last modified time | relevance | path

Searched refs:set_hsv (Results 1 – 25 of 75) sorted by relevance

123

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/tests/gdk_rgba/
H A Dmain.cc37 rgba.set_hsv(0.0, 1.0, 1.0); in main()
42 rgba2.set_hsv(360.0, 1.0, 1.0); in main()
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmwidget.cc253 Color::set_hsv (double hue, /* 0..360: 0=red, 120=green, 240=blue */ in set_hsv() function in Color
304 color.set_hsv (h, s, v); in lighter()
318 color.set_hsv (h, s, v * 100 / factor); in darker()
H A Dsmuitest.cc175 green2.set_hsv (h, s, v); in MainWindow()
H A Dsmwidget.hh222 void set_hsv (double h, double s, double v);
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dcptread.c311 static int set_hsv(double h, double s, double v, hsv_t *hsv);
383 return set_hsv(h, s, v, &(fill->u.colour.hsv)); in cpt_parse_1fill()
434 err += set_hsv(atof(s1), atof(s2), atof(s3), &(fill->u.colour.hsv)); in cpt_parse_3fill()
471 static int set_hsv(double h, double s, double v, hsv_t *hsv) in set_hsv() function
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dcolor_picker.cpp173 color.set_hsv(scroll[0]->get_value() / 360.0, in _value_changed()
430 col.set_hsv(h, 1, 1); in _hsv_draw()
435 col.set_hsv(h, 1, 0); in _hsv_draw()
452 col.set_hsv(h, 1, 1); in _hsv_draw()
468 color.set_hsv(h, s, v, color.a); in _uv_input()
491 color.set_hsv(h, s, v, color.a); in _uv_input()
513 color.set_hsv(h, s, v, color.a); in _w_input()
531 color.set_hsv(h, s, v, color.a); in _w_input()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dcolor_picker.cpp173 color.set_hsv(scroll[0]->get_value() / 360.0, in _value_changed()
430 col.set_hsv(h, 1, 1); in _hsv_draw()
435 col.set_hsv(h, 1, 0); in _hsv_draw()
452 col.set_hsv(h, 1, 1); in _hsv_draw()
468 color.set_hsv(h, s, v, color.a); in _uv_input()
491 color.set_hsv(h, s, v, color.a); in _uv_input()
513 color.set_hsv(h, s, v, color.a); in _w_input()
531 color.set_hsv(h, s, v, color.a); in _w_input()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dsky.cpp556 sky_top_color.set_hsv(sky_top_color.get_h(), 0, sky_top_color.get_v()); in ProceduralSky()
557 sky_horizon_color.set_hsv(sky_horizon_color.get_h(), 0, sky_horizon_color.get_v()); in ProceduralSky()
558 ground_bottom_color.set_hsv(ground_bottom_color.get_h(), 0, ground_bottom_color.get_v()); in ProceduralSky()
559 ground_horizon_color.set_hsv(ground_horizon_color.get_h(), 0, ground_horizon_color.get_v()); in ProceduralSky()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dsky.cpp556 sky_top_color.set_hsv(sky_top_color.get_h(), 0, sky_top_color.get_v()); in ProceduralSky()
557 sky_horizon_color.set_hsv(sky_horizon_color.get_h(), 0, sky_horizon_color.get_v()); in ProceduralSky()
558 ground_bottom_color.set_hsv(ground_bottom_color.get_h(), 0, ground_bottom_color.get_v()); in ProceduralSky()
559 ground_horizon_color.set_hsv(ground_horizon_color.get_h(), 0, ground_horizon_color.get_v()); in ProceduralSky()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dcolor_picker.cpp280 col.set_hsv(h, 1, 1); in _hsv_draw()
294 color.set_hsv(h, s, v, color.a); in _uv_input()
310 color.set_hsv(h, s, v, color.a); in _uv_input()
328 color.set_hsv(h, s, v, color.a); in _w_input()
339 color.set_hsv(h, s, v, color.a); in _w_input()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dcolor_picker.cpp280 col.set_hsv(h, 1, 1); in _hsv_draw()
294 color.set_hsv(h, s, v, color.a); in _uv_input()
310 color.set_hsv(h, s, v, color.a); in _uv_input()
328 color.set_hsv(h, s, v, color.a); in _w_input()
339 color.set_hsv(h, s, v, color.a); in _w_input()
/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/include/QtColorWidgets/
H A Dcolor_dialog.hpp138 void set_hsv();
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/bundled/QtColorWidgets/include/QtColorWidgets/
H A Dcolor_dialog.hpp140 void set_hsv();
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dcolor.h126 void set_hsv(double h, double s, double v);
H A Dcolor.cc76 void Color::set_hsv(double h, double s, double v) in set_hsv() function in Gdk::Color
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dcolor.h141 void set_hsv(double h, double s, double v);
H A Drgba.h151 void set_hsv(double h, double s, double v);
H A Dcolor.cc77 void Color::set_hsv(double h, double s, double v) in set_hsv() function in Gdk::Color
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dcolor.h60 void set_hsv(float p_h, float p_s, float p_v, float p_alpha = 1.0);
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dcolor.h60 void set_hsv(float p_h, float p_s, float p_v, float p_alpha = 1.0);
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DColor.h226 void set_hsv (double hue,
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dcollision_polygon_2d.cpp159 c.set_hsv(Math::fmod(c.get_h() + 0.738, 1), c.get_s(), c.get_v(), 0.5); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dcollision_polygon.cpp191 c.set_hsv( Math::fmod(c.get_h() + 0.738,1),c.get_s(),c.get_v(),0.5); in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dcollision_polygon.cpp191 c.set_hsv( Math::fmod(c.get_h() + 0.738,1),c.get_s(),c.get_v(),0.5); in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dcollision_polygon_2d.cpp159 c.set_hsv(Math::fmod(c.get_h() + 0.738, 1), c.get_s(), c.get_v(), 0.5); in _notification()

123