Identity
Inherits from: Effect
Overview
A type of source effect that simply passes the given Image through, unmodified, as an input to another Effect.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| source | Image |
The source |
|
| x | Number | 0.0 |
Sets the x location of the source image, relative to the local coordinate space of the content
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
| y | Number | 0.0 |
Sets the y location of the source image, relative to the local coordinate space of the content
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
