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

Method Red

externals/bc_decoder/bc_decoder.cpp:960–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 constexpr Bitfield IndexSelection() const { return Rotation().Then(ISB); }
959
960 constexpr Bitfield Red(int idx) const {
961 return IndexSelection().Then(CB * idx).Then(CB);
962 }
963
964 constexpr Bitfield Green(int idx) const {
965 return Red(NumColors() - 1).Then(CB * idx).Then(CB);

Callers 1

decodeMethod · 0.80

Calls 1

ThenMethod · 0.80

Tested by

no test coverage detected