| 3016 | } |
| 3017 | |
| 3018 | void |
| 3019 | Settings::getColorGroupColor(float *r, |
| 3020 | float *g, |
| 3021 | float *b) const |
| 3022 | { |
| 3023 | *r = _defaultColorGroupColor->getValue(0); |
| 3024 | *g = _defaultColorGroupColor->getValue(1); |
| 3025 | *b = _defaultColorGroupColor->getValue(2); |
| 3026 | } |
| 3027 | |
| 3028 | void |
| 3029 | Settings::getFilterGroupColor(float *r, |
no test coverage detected