-
Notifications
You must be signed in to change notification settings - Fork 0
7. API
Sébastien Lavoie edited this page Jul 1, 2018
·
2 revisions
The language used here will assume you have read the introduction.
| Property | Type | Default |
|---|---|---|
| name | string | "Default Name" |
| parentFolder | string | null |
| comment | string | null |
| Property | Type | Default | Description |
|---|---|---|---|
| name | string | "Jase Default Name" | |
| parentFolder | string | null | |
| comment | string | null | |
| selected | bool | false | |
| label | string | null | |
| id | int | null | |
| width | int | 1280 | |
| height | int | 720 | |
| pixelAspect | int | 1 | |
| duration | int | 10 | |
| frameRate | int | 24 | |
| bgColor | array | [0, 0, 0] | |
| layers | object | null |
| Property | Type | Default | Description |
|---|---|---|---|
| motionBlur | boolean | false | |
| threeDLayer | boolean | false | |
| adjustmentLayer | boolean | false | |
| guideLayer | boolean | false | |
| locked | boolean | false | |
| blendingMode | string | "normal" | |
| parentLayer | string | null | |
| startTime | int | 0 | |
| time | int | 0 | |
| inPoint | int | 0 | |
| outPoint | int | 10 |
| Property | Type | Default | Description |
|---|---|---|---|
| fontSize | int | 36 | |
| fillColor | array | [0, 0, 0] | |
| strokeColor | array | [0, 0, 0] | |
| strokeWidth | array | [0, 0, 0] | |
| font | string | "Helvetica" | |
| strokeOverFill | bool | false | |
| applyStroke | bool | false | |
| applyFill | bool | true | |
| justification | string | "center" | |
| tracking | int | 0 |