Home
last modified time | relevance | path

Searched refs:getHsvHue (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_tint_shade_tone.cpp33 m_color.getHsvHue(), in getMainAreaColor()
64 double hue = m_color.getHsvHue(); in onPaintBottomBar()
78 double hue = m_color.getHsvHue(); in onPaintSurfaceInBgThread()
123 (cs_double_diff(m_color.getHsvHue(), newColor.getHsvHue()) ? MainAreaFlag: 0) | in onNeedsSurfaceRepaint()
H A Dcolor_wheel.cpp154 color = app::Color::fromHsv(convertHueAngle(int(color.getHsvHue()), 1), in getMainAreaColor()
170 m_color.getHsvHue(), in getBottomBarColor()
205 double angle = color.getHsvHue()-30.0; in onPaintMainArea()
208 color = app::Color::fromHsv(convertHueAngle(int(color.getHsvHue()), 1), in onPaintMainArea()
276 double hue = m_color.getHsvHue(); in onPaintSurfaceInBgThread()
300 (cs_double_diff(m_color.getHsvHue(), newColor.getHsvHue()) || in onNeedsSurfaceRepaint()
342 double hue = convertHueAngle(int(m_color.getHsvHue()), -1) + harmonies[i].hues[j]; in getColorInHarmony()
H A Dcolor_sliders.cpp81 app::Color::fromHsv(m_color.getHsvHue(), in paint()
87 app::Color::fromHsv(m_color.getHsvHue(), in paint()
504 setAbsSliderValue(Channel::HsvHue, int(color.getHsvHue())); in onSetColor()
H A Dcolor_selector.cpp340 double newHue = m_color.getHsvHue() in onProcessMessage()
348 if (newHue != m_color.getHsvHue()) { in onProcessMessage()
H A Dcolor_popup.cpp478 newColor = app::Color::fromHsv(newColor.getHsvHue(), in onColorTypeClick()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_eyedropper.cpp91 color = app::Color::fromHsv(color.getHsvHue(), in pickSample()
131 color = app::Color::fromHsv(picked.getHsvHue(), in pickSample()
138 color = app::Color::fromHsv(picked.getHsvHue(), in pickSample()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dcolor_tests.cpp30 EXPECT_EQ(60.0, Color::fromHsv(60, 0.05, 1.0).getHsvHue()); in TEST()
H A Dcolor.h74 double getHsvHue() const;
H A Dcolor.cpp563 double Color::getHsvHue() const in getHsvHue() function in app::Color
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dstate_with_wheel_behavior.cpp362 h = c.getHsvHue(), in onMouseWheel()