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

Method getWriterColor

Engine/Settings.cpp:3008–3016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3006}
3007
3008void
3009Settings::getWriterColor(float *r,
3010 float *g,
3011 float *b) const
3012{
3013 *r = _defaultWriterColor->getValue(0);
3014 *g = _defaultWriterColor->getValue(1);
3015 *b = _defaultWriterColor->getValue(2);
3016}
3017
3018void
3019Settings::getColorGroupColor(float *r,

Callers 2

loadNodeGuiSerializationFunction · 0.80
getColorFromGroupingMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected