MCPcopy Create free account
hub / github.com/Samsung/rlottie / PathTest

Method PathTest

example/pathtest.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39{
40public:
41 PathTest(EvasApp *app) {
42 mApp = app;
43 mShape = evas_vg_shape_add(mApp->root());
44 }
45 void setColor(int r, int g, int b, int a) {
46 evas_vg_node_color_set(mShape, r, g, b, a);
47 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected