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

Method getExprColor

Engine/Settings.cpp:3488–3496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3486}
3487
3488void
3489Settings::getExprColor(double* r,
3490 double* g,
3491 double* b) const
3492{
3493 *r = _exprColor->getValue(0);
3494 *g = _exprColor->getValue(1);
3495 *b = _exprColor->getValue(2);
3496}
3497
3498void
3499Settings::getTextColor(double* r,

Callers 3

paintEventMethod · 0.80
loadStyleSheetMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected