Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ palette_SetFromNew
Method
palette_SetFromNew
Source/Surface.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void cSurface::palette_SetFromNew() {
90
91
for (size_t cx = 0; cx < g_MaxColors; ++cx)
92
mPalette[cx] = mPaletteNew[cx];
93
}
94
95
void cSurface::paletteNew_SetToBlack() {
96
Callers
1
Phase_Paused
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected