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

Method getRaisedColor

Engine/Settings.cpp:3438–3446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3436}
3437
3438void
3439Settings::getRaisedColor(double* r,
3440 double* g,
3441 double* b) const
3442{
3443 *r = _raisedColor->getValue(0);
3444 *g = _raisedColor->getValue(1);
3445 *b = _raisedColor->getValue(2);
3446}
3447
3448void
3449Settings::getSelectionColor(double* r,

Callers 4

getBackgroundColorMethod · 0.80
loadStyleSheetMethod · 0.80
paintEventMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected