| 3086 | } |
| 3087 | |
| 3088 | void |
| 3089 | Settings::getMergeGroupColor(float *r, |
| 3090 | float *g, |
| 3091 | float *b) const |
| 3092 | { |
| 3093 | *r = _defaultMergeGroupColor->getValue(0); |
| 3094 | *g = _defaultMergeGroupColor->getValue(1); |
| 3095 | *b = _defaultMergeGroupColor->getValue(2); |
| 3096 | } |
| 3097 | |
| 3098 | void |
| 3099 | Settings::getViewsGroupColor(float *r, |
no test coverage detected