MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / hueInt

Method hueInt

src/gfx/hsv.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int Hsv::hueInt() const
79{
80 return int(floor(m_hue + 0.5));
81}
82
83int Hsv::saturationInt() const
84{

Callers 4

hsv_tests.cppFile · 0.80
TESTFunction · 0.80
operator==Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64