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

Method getOverlayColor

Engine/PyRoto.cpp:369–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369ColorTuple
370BezierCurve::getOverlayColor() const
371{
372 ColorTuple c;
373 double color[4];
374
375 _bezier->getOverlayColor(color);
376 c.r = color[0];
377 c.g = color[1];
378 c.b = color[2];
379 c.a = 1.;
380
381 return c;
382}
383
384void
385BezierCurve::setOverlayColor(double r,

Callers 6

drawOverlayMethod · 0.45
drawOverlayMethod · 0.45
getSuggestedColourMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected