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

Method getKeyerGroupColor

Engine/Settings.cpp:3068–3076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3066}
3067
3068void
3069Settings::getKeyerGroupColor(float *r,
3070 float *g,
3071 float *b) const
3072{
3073 *r = _defaultKeyerGroupColor->getValue(0);
3074 *g = _defaultKeyerGroupColor->getValue(1);
3075 *b = _defaultKeyerGroupColor->getValue(2);
3076}
3077
3078void
3079Settings::getChannelGroupColor(float *r,

Callers 2

loadNodeGuiSerializationFunction · 0.80
getColorFromGroupingMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected