MCPcopy 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
88int Hsv::valueInt() const
89{
90 return int(floor(m_value*100.0 + 0.5));
91}
92
93} // namespace gfx

Callers 5

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64