| 3066 | } |
| 3067 | |
| 3068 | void |
| 3069 | Settings::getKeyerGroupColor(float *r, |
| 3070 | float *g, |
| 3071 | float *b) const |
| 3072 | { |
| 3073 | *r = _defaultKeyerGroupColor->getValue(0); |
| 3074 | *g = _defaultKeyerGroupColor->getValue(1); |
| 3075 | *b = _defaultKeyerGroupColor->getValue(2); |
| 3076 | } |
| 3077 | |
| 3078 | void |
| 3079 | Settings::getChannelGroupColor(float *r, |
no test coverage detected