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

Method getDopeSheetEditorScaleColor

Engine/Settings.cpp:3632–3640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3630}
3631
3632void
3633Settings::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
3642void
3643Settings::getDopeSheetEditorGridColor(double *r,

Callers 1

drawScaleMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected