Vizard 7 » Command Index » Vizard objects » texture » <texture>.setBorderColor
7.6

<texture>.setBorderColor

Set the border color of the texture

<texture>.setBorderColor(  
[r,g,b]  
)  
[r,g,b]
The border color

Remarks

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.

Return Value

None