MCPcopy 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
94uint32_t Color::toRGBA() const {
95 return r << 24 | g << 16 | b << 8 | a;
96}
97
98uint32_t Color::toARGB() const {
99 return a << 24 | r << 16 | g << 8 | b;

Callers 3

renderAfterClearMethod · 0.80
GetDoraSSRTextureFunction · 0.80
doRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected