Function
|
Description
|
void SetExtrusion(float value)
|
Sets the Extrusion value in percent of the matrix size (depending on the current look-at type).
|
float GetExtrusion()
|
Returns the current Extrusion value in percent of the matrix size (depending on the current look-at type).
|
void SetPixelExtrusion(int value)
|
Sets the Extrusion value in pixels.
|
int GetPixelExtrusion()
|
Returns the current Extrusion value in pixels.
|
void SetRotation(int angle)
|
Sets the Rotation globally for all images of the Image List. It is possible to rotate the images by multiples of 90°. This function is equal to the rotation button provided by the GUI of the effect. Valid values for angle are 0, 90, 180, and 270.
|
int GetRotation()
|
Returns the currently set Rotation.
|
void SetTiling(int enable)
|
Disables Tile Mode if enable is set to 0 (FALSE), otherwise the Tile Mode will be enabled via 1 (TRUE).
|
int GetTiling()
|
Returns 1 (TRUE) if Tile Mode is enabled, otherwise 0 (FALSE).
|
void ToggleTiling()
|
Enables Tile Mode or uses the default setting, depending on the current state.
|
void SetSeamless(int enable)
|
Disables Seamless if enable is 0 (FALSE), otherwise it will be enabled.
|
int GetSeamless()
|
Returns 1 (TRUE) if Seamless is enabled, otherwise 0 (FALSE).
|
void ToggleSeamless()
|
Enables Seamless or uses the default setting, depending on the current state.
|
float GetImageWidth()
|
Returns the image width of the current image in percent of the matrix width.
|
float GetImageHeight()
|
Returns the image height of the current image in percent of the matrix height.
|
float GetImageDepth()
|
Returns the image depth of the current image in percent of the matrix depth.
|
int GetImagePixelWidth()
|
Returns the image width of the current image in pixels.
|
int GetImagePixelHeight()
|
Returns the image height of the current image in pixels.
|
int GetImagePixelDepth()
|
Returns the image depth of the current imagein pixel.
|
float GetCurrentPositionX()
|
Returns the X-position of the current image in percent of the matrix width.
|
float GetCurrentPositionY()
|
Returns the Y-position of the current image in percent of the matrix height.
|
float GetCurrentPositionZ()
|
Returns the Z-position of the current image in percent of the matrix depth.
|
int GetCurrentPixelPositionX()
|
Returns the X-position of the current image in pixels.
|
int GetCurrentPixelPositionY()
|
Returns the Y-position of the current image in pixels.
|
int GetCurrentPixelPositionZ()
|
Returns the Z-position of the current image in pixels.
|