| 3516 | } |
| 3517 | |
| 3518 | void |
| 3519 | Settings::getTimelinePlayheadColor(double* r, |
| 3520 | double* g, |
| 3521 | double* b) const |
| 3522 | { |
| 3523 | *r = _timelinePlayheadColor->getValue(0); |
| 3524 | *g = _timelinePlayheadColor->getValue(1); |
| 3525 | *b = _timelinePlayheadColor->getValue(2); |
| 3526 | } |
| 3527 | |
| 3528 | void |
| 3529 | Settings::getTimelineBoundsColor(double* r, |
no test coverage detected