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

Method rgbMap

src/doc/sprite.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318RgbMap* Sprite::rgbMap(frame_t frame) const
319{
320 return rgbMap(frame, backgroundLayer() ? RgbMapFor::OpaqueLayer:
321 RgbMapFor::TransparentLayer);
322}
323
324RgbMap* Sprite::rgbMap(frame_t frame, RgbMapFor forLayer) const
325{

Callers 8

onExecuteMethod · 0.80
onJobMethod · 0.80
getRgbMapMethod · 0.80
SetPixelFormatMethod · 0.80
getRgbMapMethod · 0.80
writeImageMethod · 0.80
pasteFunction · 0.80
create_cel_copyFunction · 0.80

Calls 3

matchMethod · 0.80
maskIndexMethod · 0.80
regenerateMethod · 0.45

Tested by

no test coverage detected