| 3526 | } |
| 3527 | |
| 3528 | void |
| 3529 | Settings::getTimelineBoundsColor(double* r, |
| 3530 | double* g, |
| 3531 | double* b) const |
| 3532 | { |
| 3533 | *r = _timelineBoundsColor->getValue(0); |
| 3534 | *g = _timelineBoundsColor->getValue(1); |
| 3535 | *b = _timelineBoundsColor->getValue(2); |
| 3536 | } |
| 3537 | |
| 3538 | void |
| 3539 | Settings::getTimelineBGColor(double* r, |
no test coverage detected