| 3536 | } |
| 3537 | |
| 3538 | void |
| 3539 | Settings::getTimelineBGColor(double* r, |
| 3540 | double* g, |
| 3541 | double* b) const |
| 3542 | { |
| 3543 | *r = _timelineBGColor->getValue(0); |
| 3544 | *g = _timelineBGColor->getValue(1); |
| 3545 | *b = _timelineBGColor->getValue(2); |
| 3546 | } |
| 3547 | |
| 3548 | void |
| 3549 | Settings::getCachedFrameColor(double* r, |