Home
last modified time | relevance | path

Searched refs:gimp_color_wheel_set_color (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/modules/
H A Dgimpcolorwheel.h78 void gimp_color_wheel_set_color (GimpColorWheel *wheel,
H A Dgimpcolorwheel.c698 gimp_color_wheel_set_color (wheel, in gimp_color_wheel_button_press()
717 gimp_color_wheel_set_color (wheel, priv->h, s, v); in gimp_color_wheel_button_press()
752 gimp_color_wheel_set_color (wheel, in gimp_color_wheel_button_release()
760 gimp_color_wheel_set_color (wheel, priv->h, s, v); in gimp_color_wheel_button_release()
788 gimp_color_wheel_set_color (wheel, in gimp_color_wheel_motion()
797 gimp_color_wheel_set_color (wheel, priv->h, s, v); in gimp_color_wheel_motion()
1348 gimp_color_wheel_set_color (GimpColorWheel *wheel, in gimp_color_wheel_set_color() function
1586 gimp_color_wheel_set_color (wheel, hue, sat, val); in gimp_color_wheel_move()
H A Dcolor-selector-wheel.c144 gimp_color_wheel_set_color (GIMP_COLOR_WHEEL (wheel->hsv), in colorsel_wheel_set_color()