Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ setStrokeColor
Method
setStrokeColor
example/pathtest.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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);
51
}
52
53
void setStrokeWidth(int w) {
54
evas_vg_shape_stroke_width_set(mShape, w);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected