MCPcopy Create free account
hub / github.com/apngasm/apngasm / FrameDelay

Method FrameDelay

cli/src/cli.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20public:
21 int num, den;
22 FrameDelay(void) : num(100), den(1000) {}
23 FrameDelay(int num) : num(num), den(1000) {}
24 FrameDelay(int num, int den) : num(num), den(den) {}
25 FrameDelay(const std::string &src_str) : den(1000) {

Callers

nothing calls this directly

Calls 1

isNumberFunction · 0.85

Tested by

no test coverage detected