| 66 | } |
| 67 | |
| 68 | static void beginPassFailTextStyle( ImGuiMeasurementIndicators::Text& text, bool pass ) |
| 69 | { |
| 70 | text.add( ImGuiMeasurementIndicators::TextColor( SceneColors::get( pass ? SceneColors::LabelsGood : SceneColors::LabelsBad ) ) ); |
| 71 | } |
| 72 | static void endPassFailTextStyle( ImGuiMeasurementIndicators::Text& text ) |
| 73 | { |
| 74 | text.add( ImGuiMeasurementIndicators::TextColor{} ); |
no test coverage detected