| 3596 | } |
| 3597 | |
| 3598 | void |
| 3599 | Settings::getDopeSheetEditorBackgroundColor(double *r, |
| 3600 | double *g, |
| 3601 | double *b) const |
| 3602 | { |
| 3603 | *r = _dopeSheetEditorBackgroundColor->getValue(0); |
| 3604 | *g = _dopeSheetEditorBackgroundColor->getValue(1); |
| 3605 | *b = _dopeSheetEditorBackgroundColor->getValue(2); |
| 3606 | } |
| 3607 | |
| 3608 | void |
| 3609 | Settings::getDopeSheetEditorRootRowBackgroundColor(double *r, |