MCPcopy Create free account
hub / github.com/ImageEngine/cortex / colorPrimVar

Method colorPrimVar

src/IECoreScene/CurvesPrimitiveEvaluator.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234Imath::Color3f CurvesPrimitiveEvaluator::Result::colorPrimVar( const PrimitiveVariable &pv ) const
235{
236 return primVar<Color3f>( pv, m_coefficients.data() );
237}
238
239half CurvesPrimitiveEvaluator::Result::halfPrimVar( const PrimitiveVariable &pv ) const
240{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected