| 3630 | } |
| 3631 | |
| 3632 | void |
| 3633 | Settings::getDopeSheetEditorScaleColor(double *r, |
| 3634 | double *g, |
| 3635 | double *b) const |
| 3636 | { |
| 3637 | *r = _dopeSheetEditorScaleColor->getValue(0); |
| 3638 | *g = _dopeSheetEditorScaleColor->getValue(1); |
| 3639 | *b = _dopeSheetEditorScaleColor->getValue(2); |
| 3640 | } |
| 3641 | |
| 3642 | void |
| 3643 | Settings::getDopeSheetEditorGridColor(double *r, |