Change Picture

Summary

Changes a picture on the current scene.

Properties

NameExplanationType
IDThe numeric ID of the picture.Variable or Value
Use As Delta ValuesWhether or not to adjust the current values by or to the provided values.Toggle
Run AsynchronouslyWhether or not to run the command asynchronously, such that it does not block the following commands from executing.Toggle
XThe X coordinate of the picture in pixels.Variable or Value
YThe Y coordinate of the picture in pixels.Variable or Value
WidthThe overridden width of the picture in pixels.Variable or Value
HeightThe Y overridden height of the picture in pixels.Variable or Value
Color MaskThe color mask to apply to the picture.Color
Hue ShiftThe hue shift to apply to the picture.Variable or Value
OpacityThe opacity of the picture.Variable or Value
RotationThe amount to rotate the picture around its center, in degrees.Variable or Value
Scale XThe scale of the picture on the X axis.Variable or Value
Scale YThe scale of the picture on the Y axis.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).