MCPcopy Create free account
hub / github.com/carbonengine/trinity / Update

Method Update

trinity/Curves/Tr2CurveColor.cpp:62–66  ·  view source on GitHub ↗

--------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

60
61// --------------------------------------------------------------------------------
62Color* Tr2CurveColor::Update( Color* in, Be::Time time )
63{
64 *in = m_currentValue = GetValue( TimeAsDouble( time ) );
65 return in;
66}
67
68// --------------------------------------------------------------------------------
69Color* Tr2CurveColor::Update( Color* in, double time )

Callers 1

UpdateValueMethod · 0.45

Calls 1

GetValueFunction · 0.85

Tested by

no test coverage detected