Returns the wrap mode
| <multimedia:image>.getWrap( | |
| param |
)
param
One of the following values:
viz.WRAP_S
viz.WRAP_T
viz.WRAP_R
This command will return the wrap mode that was specified with the wrap command. The mode of the specified wrap parameter will be returned.
One of the following values:
viz.CLAMP
viz.CLAMP_TO_EDGE
viz.CLAMP_TO_BORDER
viz.REPEAT
viz.MIRROR