MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getDopeSheetEditorBackgroundColor

Method getDopeSheetEditorBackgroundColor

Engine/Settings.cpp:3598–3606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3596}
3597
3598void
3599Settings::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
3608void
3609Settings::getDopeSheetEditorRootRowBackgroundColor(double *r,

Callers 1

paintGLMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected