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

Method getBaseColor

Engine/Settings.cpp:3428–3436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3426}
3427
3428void
3429Settings::getBaseColor(double* r,
3430 double* g,
3431 double* b) const
3432{
3433 *r = _baseColor->getValue(0);
3434 *g = _baseColor->getValue(1);
3435 *b = _baseColor->getValue(2);
3436}
3437
3438void
3439Settings::getRaisedColor(double* r,

Callers 2

loadStyleSheetMethod · 0.80
paintGLMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected