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

Method cels

src/doc/sprite.cpp:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513CelsRange Sprite::cels() const
514{
515 return CelsRange(this, frame_t(0), lastFrame());
516}
517
518CelsRange Sprite::cels(frame_t frame) const
519{

Callers 3

saveDocumentMethod · 0.80
RemoveFrameMethod · 0.80
TESTFunction · 0.80

Calls 1

CelsRangeClass · 0.70

Tested by 1

TESTFunction · 0.64