Set the border color of the texture
| <multimedia:image>.setBorderColor( | |
| [r,g,b] |
)
[r,g,b]
The border color
When the texture wrap mode is set to viz.CLAMP_TO_BORDER, the border color will be used when the texture coordinates are outside the [0,1] range.
None