border_transparency#

texture.border_transparency(p0: float) int#

Sets the transparency value that will be used outside of the texture space when the texture is clamped

Args:
p0:

‘alpha’ A 0 to 1 transparency value. 0 is fully transparent while 1 is fully opaque

Examples:
ensight.texture.select(1)
ensight.texture.border_rgb(1,.5,0.)
ensight.texture.border_transparency(0.)
Returns:

zero on success, non-zero on error