[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / paint / gradient_stop.json
1 {
2   "name": "GradientStop",
3   "key": {
4     "int": 19,
5     "string": "gradientstop"
6   },
7   "extends": "component.json",
8   "properties": {
9     "colorValue": {
10       "type": "Color",
11       "initialValue": "0xFFFFFFFF",
12       "animates": true,
13       "key": {
14         "int": 38,
15         "string": "color"
16       }
17     },
18     "position": {
19       "type": "double",
20       "initialValue": "0",
21       "animates": true,
22       "key": {
23         "int": 39,
24         "string": "position"
25       }
26     }
27   }
28 }