You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`data.majorVersion`<br/>`data.minorVersion`| The ASE version number. |
728
-
|`data.values`| An array of Swatch Value. |
729
-
|`SwatchValue.type`| One of "RGB", "CMYK", "LAB", "Gray" |
730
-
|`SwatchValue.r`<br/>`SwatchValue.g`<br/>`SwatchValue.b`| When `type = "RGB"`, the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0]` is Black. |
731
-
|`SwatchValue.c`<br/>`SwatchValue.m`<br/>`SwatchValue.y`<br/>`SwatchValue.k`| When `type` = "CMYK", the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0, 0]` is White. |
732
-
|`SwatchValue.L`<br/>`SwatchValue.a`<br/>`SwatchValue.b`<br/>`SwatchValue.value`| When `type = "LAB"`, the color values.<br/>`L` is in the range `[0.0..1.0]`.<br/>`a` and `b`are in the range `[-128.0..+128.0]`.<br/>`[0, 0, 0]` is Black.<br/>When `type = "Gray"`, the `value` range is `[0.0..1.0]`.<br/>`0.0` is Black. |
|`data.majorVersion`<br/>`data.minorVersion`| The ASE version number. |
728
+
|`data.values`| An array of Swatch Value. |
729
+
|`SwatchValue.type`| One of "RGB", "CMYK", "LAB", "Gray" |
730
+
|`SwatchValue.r`<br/>`SwatchValue.g`<br/>`SwatchValue.b`| When `type = "RGB"`, the color values in the range `[0.0..1.0]`.<br/><br/>`[0, 0, 0]` is Black. |
731
+
|`SwatchValue.c`<br/>`SwatchValue.m`<br/>`SwatchValue.y`<br/>`SwatchValue.k`| When `type` = "CMYK", the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0, 0]` is White. |
732
+
|`SwatchValue.L`<br/>`SwatchValue.a`<br/>`SwatchValue.b`<br/>`SwatchValue.value`| When `type = "LAB"`, the color values.<br/>`L` is in the range `[0.0..1.0]`.<br/>`a` and `b`are in the range `[-128.0..+128.0]`.<br/>`[0, 0, 0]` is Black.<br/><br/>When `type = "Gray"`, the `value` range is `[0.0..1.0]`.<br/>`0.0` is Black. |
733
733
734
734
---
735
735
@@ -772,9 +772,9 @@ Purges unused data of the specified types. Replicates the Purge options in the E
|`target`|`PurgeTarget` enum | The type of elements to purge from memory. One of:<br/>- `PurgeTarget.ALL_CACHES`: Purges all data that After Effects has cached to both RAM and disk cache.<br/>- `PurgeTarget.ALL_MEMORY_CACHES`: Purges all data that After Effects has cached to RAM. *(new in 24.3)*<br/>- `PurgeTarget.UNDO_CACHES`: Purges all data saved in the undo cache.<br/>- `PurgeTarget.SNAPSHOT_CACHES`: Purges all data cached as composition/layer snapshots.<br/>- `PurgeTarget.IMAGE_CACHES`: Purges all saved image data. |
|`target`|`PurgeTarget` enum | The type of elements to purge from memory. One of:<ul><li>`PurgeTarget.ALL_CACHES`: Purges all data that After Effects has cached to both RAM and disk cache.</li><li>`PurgeTarget.ALL_MEMORY_CACHES`: Purges all data that After Effects has cached to RAM. *(new in 24.3)*</li><li>`PurgeTarget.UNDO_CACHES`: Purges all data saved in the undo cache.</li><li>`PurgeTarget.SNAPSHOT_CACHES`: Purges all data cached as composition/layer snapshots.</li><li>`PurgeTarget.IMAGE_CACHES`: Purges all saved image data.</li></ul>|
|`closeOptions`|`CloseOptions` enum | Action to be performed on close. One of:<br/>- `CloseOptions.DO_NOT_SAVE_CHANGES`: Close without saving.<br/>- `CloseOptions.PROMPT_TO_SAVE_CHANGES`: Prompt for whether to save changes before close.<br/>- `CloseOptions.SAVE_CHANGES`: Save automatically on close. |
|`closeOptions`|`CloseOptions` enum | Action to be performed on close. One of:<ul><li>`CloseOptions.DO_NOT_SAVE_CHANGES`: Close without saving.</li><li>`CloseOptions.PROMPT_TO_SAVE_CHANGES`: Prompt for whether to save changes before close.</li><li>`CloseOptions.SAVE_CHANGES`: Save automatically on close.</li></ul>|
663
663
664
664
665
665
#### Returns
@@ -858,8 +858,8 @@ Removes all items from the project except those specified. Same as the File > Re
| `ResolveType` | `ResolveType` enum | The type of conflict resolution to use. One of:<br/>- `ResolveType.ACCEPT_THEIRS`: Take the shared version. The shared version replaces your version.<br/>- `ResolveType.ACCEPT_YOURS`: Keep your version of the project. The shared version is not taken.<br/>- `ResolveType.ACCEPT_THEIRS_AND_COPY`: Copy and rename your version, then take the shared version. The shared version replaces your original version. |
| `ResolveType` | `ResolveType` enum | The type of conflict resolution to use. One of:<ul><li>`ResolveType.ACCEPT_THEIRS`: Take the shared version. The shared version replaces your version.</li><li>`ResolveType.ACCEPT_YOURS`: Keep your version of the project. The shared version is not taken.</li><li>`ResolveType.ACCEPT_THEIRS_AND_COPY`: Copy and rename your version, then take the shared version. The shared version replaces your original version.</li></ul> |
|`applyOptions`|`SceneEditDetectionMode` enum | How the detected edits will be applied. One of:<br/>- `SceneEditDetectionMode.MARKERS`: Create markers at edit points.<br/>- `SceneEditDetectionMode.SPLIT`: Split layer.<br/>- `SceneEditDetectionMode.SPLIT_PRECOMP`: Split layer at edit points and pre-compose each one.<br/>- `SceneEditDetectionMode.NONE`: Detected edits are not applied to the layer. |
|`applyOptions`|`SceneEditDetectionMode` enum | How the detected edits will be applied. One of:<ul><li>`SceneEditDetectionMode.MARKERS`: Create markers at edit points.</li><li>`SceneEditDetectionMode.SPLIT`: Split layer.</li><li>`SceneEditDetectionMode.SPLIT_PRECOMP`: Split layer at edit points and pre-compose each one.</li><li>`SceneEditDetectionMode.NONE`: Detected edits are not applied to the layer.</li></ul>|
|`type`|`ImportAsType` enum. | The type of file that can be imported. One of:<br/>- `ImportAsType.COMP`<br/>- `ImportAsType.FOOTAGE`<br/>- `ImportAsType.COMP_CROPPED_LAYERS`<br/>- `ImportAsType.PROJECT`|
|`type`|`ImportAsType` enum. | The type of file that can be imported. One of:<ul><li>`ImportAsType.COMP`</li><li>`ImportAsType.FOOTAGE`</li><li>`ImportAsType.COMP_CROPPED_LAYERS`</li><li>`ImportAsType.PROJECT`</li></ul>|
0 commit comments