MCPcopy Create free account
hub / github.com/aseprite/laf / hueInt

Method hueInt

gfx/hsv.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int Hsv::hueInt() const
72{
73 return int(std::floor(m_hue + 0.5));
74}
75
76int Hsv::saturationInt() const
77{

Callers 6

operator==Method · 0.45
hsv_tests.cppFile · 0.45
TESTFunction · 0.45
operator==Method · 0.45
hsl_tests.cppFile · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36