| 3506 | } |
| 3507 | |
| 3508 | void |
| 3509 | Settings::getAltTextColor(double* r, |
| 3510 | double* g, |
| 3511 | double* b) const |
| 3512 | { |
| 3513 | *r = _altTextColor->getValue(0); |
| 3514 | *g = _altTextColor->getValue(1); |
| 3515 | *b = _altTextColor->getValue(2); |
| 3516 | } |
| 3517 | |
| 3518 | void |
| 3519 | Settings::getTimelinePlayheadColor(double* r, |
no test coverage detected