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
|`hexString`| String | Hex triplet (6 digits, no alpha channel) or quartet (8 digits, includes alpha channel) containing only numerals or characters A–F.<br/><br/>Optional leading characters 0x, 0X, or # will be ignored.<br/>Characters beyond 8 digits will be ignored. |
|`hexString`| String | Hex triplet (6 digits, no alpha channel) or quartet (8 digits, includes alpha channel) containing only numerals or characters A–F. |
80
+
||||
81
+
| Optional leading characters 0x, 0X, or # will be ignored. Characters beyond 8 digits will be ignored. |||
|`t`| Number | Optional. The specified time (in comp seconds) to apply the smoothing filter to. Defaults to `time` (the current comp time, in seconds). |
134
-
| includeExtents | Boolean | Optional. Only applies to shape layers and paragraph text layers.<br/><ul><li>For shape layers: Increases the size of the layer bounds as necessary.</li><li>For paragraph text layers: Returns the bounds of the paragraph box</li></ul>Defaults to `false`. |
|`t`| Number | Optional. The specified time (in comp seconds) to apply the smoothing filter to. Defaults to `time` (the current comp time, in seconds). |
|`points`| Array of number pair arrays | Optional. An array of number pair arrays representing the `[x, y]` coordinates of the points. The array must contain at least 1 item, and can be of any greater length. Defaults to `[[0,0], [100,0], [100,100], [0,100]]`. |
52
-
|`inTangents`| Array of number pair arrays | Optional. An array of number pair arrays representing their `[x, y]`*offset* coordinates. The length of this array must be exactly the same as the `points` parameter. Defaults to `[]`.<br/><br/>Coordinate values are offset relative to the parent point's coordinates. i.e. The value `[0, 0]` creates no curvature at the incoming tangent. |
53
-
|`outTangents`| Array of number pair arrays | Optional. See `inTangents`. Defaults to `[]`. |
54
-
|`is_closed`| Boolean | Optional. Defaults to `true`. |
|`points`| Array of number pair arrays | Optional. An array of number pair arrays representing the `[x, y]` coordinates of the points. The array must contain at least 1 item, and can be of any greater length. Defaults to `[[0,0], [100,0], [100,100], [0,100]]`. |
|`inTangents`| Array of number pair arrays | Optional. An array of number pair arrays representing their `[x, y]`*offset* coordinates. The length of this array must be exactly the same as the `points` parameter. Defaults to `[]`. |
55
+
||||
56
+
||| Coordinate values are offset relative to the parent point's coordinates. i.e. The value `[0, 0]` creates no curvature at the incoming tangent. |
0 commit comments