Commands /
Change Picture
Summary
Changes a picture on the current scene.
Properties
Name | Explanation | Type |
---|---|---|
ID | The numeric ID of the picture. | Variable or Value |
Use As Delta Values | Whether or not to adjust the current values by or to the provided values. | Toggle |
Run Asynchronously | Whether or not to run the command asynchronously, such that it does not block the following commands from executing. | Toggle |
X | The X coordinate of the picture in pixels. | Variable or Value |
Y | The Y coordinate of the picture in pixels. | Variable or Value |
Width | The overridden width of the picture in pixels. | Variable or Value |
Height | The Y overridden height of the picture in pixels. | Variable or Value |
Color Mask | The color mask to apply to the picture. | Color |
Hue Shift | The hue shift to apply to the picture. | Variable or Value |
Opacity | The opacity of the picture. | Variable or Value |
Rotation | The amount to rotate the picture around its center, in degrees. | Variable or Value |
Scale X | The scale of the picture on the X axis. | Variable or Value |
Scale Y | The scale of the picture on the Y axis. | Variable or Value |
Z-Index | The Z-index of the picture. | Variable or Value |
Duration (milliseconds) | The duration of the operation in milliseconds. | Variable or Value |
- Note: Delta values will cause the values to change by, instead of to. For example, if X is currently 50, and the provided value for X is 100, when Use As Delta Values is On, the end X value will be 150 (X = 50 + 100). When Use As Delta Values is Off, the end X value will be 100 (X = 100).