Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ Blue
Method
Blue
externals/bc_decoder/bc_decoder.cpp:968–970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
966
}
967
968
constexpr Bitfield Blue(int idx) const {
969
return Green(NumColors() - 1).Then(CB * idx).Then(CB);
970
}
971
972
constexpr Bitfield Alpha(int idx) const {
973
return Blue(NumColors() - 1).Then(AB * idx).Then(AB);
Callers
1
decode
Method · 0.80
Calls
1
Then
Method · 0.80
Tested by
no test coverage detected