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

Method copyColorsTo

src/doc/palette.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Palette::copyColorsTo(Palette& dst) const
93{
94 dst.m_colors = m_colors;
95 ++dst.m_modifications;
96}
97
98int Palette::countDiff(const Palette& other, int* from, int* to) const
99{

Callers 7

set_default_paletteFunction · 0.80
set_current_paletteFunction · 0.80
resetRelativeInfoMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
operateMethod · 0.80
setPaletteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected