MCPcopy Create free account
hub / github.com/citron-neo/emulator / Green

Method Green

externals/bc_decoder/bc_decoder.cpp:964–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 }
963
964 constexpr Bitfield Green(int idx) const {
965 return Red(NumColors() - 1).Then(CB * idx).Then(CB);
966 }
967
968 constexpr Bitfield Blue(int idx) const {
969 return Green(NumColors() - 1).Then(CB * idx).Then(CB);

Callers 1

decodeMethod · 0.80

Calls 1

ThenMethod · 0.80

Tested by

no test coverage detected