Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ valueInt
Method
valueInt
src/gfx/hsv.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int Hsv::valueInt() const
89
{
90
return int(floor(m_value*100.0 + 0.5));
91
}
92
93
} // namespace gfx
Callers
5
hsv_tests.cpp
File · 0.80
TEST
Function · 0.80
operator==
Method · 0.80
convert_pixel_format
Function · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64