Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
int Hsv::hueInt() const
79
{
80
return int(floor(m_hue + 0.5));
81
}
82
83
int Hsv::saturationInt() const
84
{
Callers
4
hsv_tests.cpp
File · 0.80
TEST
Function · 0.80
operator==
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64