image
Vars | |
tf_offset_x | The image's base transform scale for horizontal offset. |
---|---|
tf_offset_y | The image's base transform scale for vertical offset. |
tf_rotation | The image's base transform scale for rotation. |
tf_scale_x | The image's base transform scale for width. |
tf_scale_y | The image's base transform scale for height. |
Procs | |
AddOverlays | Adds sources to the image's overlays. |
ClearOverlays | Removes all of the image's overlays. |
ClearTransform | Clear the image's tf_* variables and the current transform state. |
CopyOverlays | Copies the overlays from the atom other, clearing first if set, and using the caches indicated. |
CutOverlays | Removes sources from the image's overlays. |
SetTransform | Sets the image's tf_* variables and the current transform state, also applying others if supplied. |
Var Details
tf_offset_x
The image's base transform scale for horizontal offset.
tf_offset_y
The image's base transform scale for vertical offset.
tf_rotation
The image's base transform scale for rotation.
tf_scale_x
The image's base transform scale for width.
tf_scale_y
The image's base transform scale for height.
Proc Details
AddOverlays
Adds sources to the image's overlays.
ClearOverlays
Removes all of the image's overlays.
ClearTransform
Clear the image's tf_* variables and the current transform state.
CopyOverlays
Copies the overlays from the atom other, clearing first if set, and using the caches indicated.
CutOverlays
Removes sources from the image's overlays.
SetTransform
Sets the image's tf_* variables and the current transform state, also applying others if supplied.