| 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); |