Home
last modified time | relevance | path

Searched refs:getHslHue (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_spectrum.cpp50 m_color.getHslHue(), in getBottomBarColor()
59 double hue = m_color.getHslHue(); in onPaintMainArea()
113 double hue = m_color.getHslHue(); in onPaintSurfaceInBgThread()
134 (cs_double_diff(m_color.getHslHue(), newColor.getHslHue()) || in onNeedsSurfaceRepaint()
H A Dcolor_sliders.cpp100 app::Color::fromHsl(m_color.getHslHue(), in paint()
106 app::Color::fromHsl(m_color.getHslHue(), in paint()
507 setAbsSliderValue(Channel::HslHue, int(color.getHslHue())); in onSetColor()
H A Dcolor_popup.cpp484 newColor = app::Color::fromHsl(newColor.getHslHue(), in onColorTypeClick()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_eyedropper.cpp98 color = app::Color::fromHsl(color.getHslHue(), in pickSample()
147 color = app::Color::fromHsl(picked.getHslHue(), in pickSample()
154 color = app::Color::fromHsl(picked.getHslHue(), in pickSample()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dcolor_tests.cpp37 EXPECT_EQ(60.0, Color::fromHsl(60, 0.05, 1.0).getHslHue()); in TEST()
H A Dcolor.h77 double getHslHue() const;
H A Dcolor.cpp684 double Color::getHslHue() const in getHslHue() function in app::Color
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dstate_with_wheel_behavior.cpp340 h = c.getHslHue(), in onMouseWheel()