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. |
727
-
|`data.values`| An array of Swatch Value. |
728
-
|`SwatchValue.type`| One of "RGB", "CMYK", "LAB", "Gray" |
729
-
|`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. |
730
-
|`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. |
731
-
|`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. |
If this method is performed on a null layer, the layers `isNull` attribute is not changed from `true`. This causes the layer not to be visible in comp viewer and renders.
|`newSource`|[AVItem object](../item/avitem.md)| The new source AVItem object. |
800
-
|`fixExpressions`| Boolean |`true` to adjust expressions for the new source, otherwise `false`.<br/>Note that this feature can be resource-intensive; if replacing a large amount of footage, do this only at the end of the operation. See also [Project.autoFixExpressions()](../general/project.md#projectautofixexpressions). |
|`fixExpressions`| Boolean |`true` to adjust expressions for the new source, otherwise `false`. |
806
+
||||
807
+
||| !!! warning |
808
+
||| This feature can be resource-intensive; if replacing a large amount of footage, do this only at the end of the operation. See also [Project.autoFixExpressions()](../general/project.md#projectautofixexpressions). |
If this method is performed on a null layer, the layers `isNull` attribute is not changed from `true`. This causes the layer not to be visible in comp viewer and renders.
0 commit comments