Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chlumsky/msdfgen
/ writePixel
Method
writePixel
core/save-rgba.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void writePixel(const byte rgba[4]) {
34
fwrite(rgba, 1, 4, file);
35
}
36
37
operator FILE *() {
38
return file;
Callers
1
saveRgba
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected