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

Method setColor

example/pathtest.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
48
49 void setStrokeColor(int r, int g, int b, int a) {
50 evas_vg_shape_stroke_color_set(mShape, r, g, b, a);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected