strFile | String | Yes | String containing the path of the texture file. |
nOpacity | Number | No | Optional parameter which specifies the opacity of the texture. |
bOverlay | Boolean | No | Optional parameter which disables or enables the texture overlay mode. When overlay is enabled, the texture will be applied without color modification of the texture. |
nScaling | Number | No | Optional parameter which specifies the scaling of the texture ranging from 50%...200%. |
nLeft | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the left coordinate of the rectangle. |
nTop | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the top coordinate of the rectangle. |
nWidth | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the width of the rectangle. |
nHeight | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the height of the rectangle. |