| 3076 | } |
| 3077 | |
| 3078 | void |
| 3079 | Settings::getChannelGroupColor(float *r, |
| 3080 | float *g, |
| 3081 | float *b) const |
| 3082 | { |
| 3083 | *r = _defaultChannelGroupColor->getValue(0); |
| 3084 | *g = _defaultChannelGroupColor->getValue(1); |
| 3085 | *b = _defaultChannelGroupColor->getValue(2); |
| 3086 | } |
| 3087 | |
| 3088 | void |
| 3089 | Settings::getMergeGroupColor(float *r, |
no test coverage detected