Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ sequenceSetColor
Method
sequenceSetColor
src/app/file/file.cpp:773–776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
771
}
772
773
void FileOp::sequenceSetColor(int index, int r, int g, int b)
774
{
775
m_seq.palette->setEntry(index, rgba(r, g, b, 255));
776
}
777
778
void FileOp::sequenceGetColor(int index, int* r, int* g, int* b) const
779
{
Callers
5
onLoad
Method · 0.80
read_bmicolors
Function · 0.80
onLoad
Method · 0.80
onLoad
Method · 0.80
onLoad
Method · 0.80
Calls
2
setEntry
Method · 0.80
rgba
Function · 0.50
Tested by
no test coverage detected