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

Method colorMode

src/doc/document.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55ColorMode Document::colorMode() const
56{
57 return (ColorMode)sprite()->pixelFormat();
58}
59
60std::string Document::name() const
61{

Callers 4

onExecuteMethod · 0.80
save_paletteFunction · 0.80
pasteFunction · 0.80
TESTFunction · 0.80

Calls 1

pixelFormatMethod · 0.45

Tested by 1

TESTFunction · 0.64