Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ toRGBA
Method
toRGBA
Source/Support/Common.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
uint32_t Color::toRGBA() const {
95
return r << 24 | g << 16 | b << 8 | a;
96
}
97
98
uint32_t Color::toARGB() const {
99
return a << 24 | r << 16 | g << 8 | b;
Callers
3
renderAfterClear
Method · 0.80
GetDoraSSRTexture
Function · 0.80
doRender
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected