| 767 | float JetColormap::Green(const float gray) { return Base(gray); } |
| 768 | |
| 769 | float JetColormap::Blue(const float gray) { return Base(gray + 0.25f); } |
| 770 | |
| 771 | float JetColormap::Base(const float val) { |
| 772 | // NOLINTNEXTLINE(bugprone-branch-clone) |
nothing calls this directly
no outgoing calls
no test coverage detected