| 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); |