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

Method getBackgroundColor

Gui/AnimatedCheckBox.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128AnimatedCheckBox::getBackgroundColor(double *r,
129 double *g,
130 double *b) const
131{
132 appPTR->getCurrentSettings()->getRaisedColor(r, g, b);
133}
134
135void
136AnimatedCheckBox::paintEvent(QPaintEvent* e)

Callers

nothing calls this directly

Calls 2

getRaisedColorMethod · 0.80
getCurrentSettingsMethod · 0.80

Tested by

no test coverage detected