VS:GetTextureTransp

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Function GetTextureTransp returns the degree of transparency applied to the referenced texture. It is expressed as a percentage with 0 creating an opaque texture.

FUNCTION GetTextureTransp(
texture :HANDLE) : INTEGER;
def vs.GetTextureTransp(texture):
    return INTEGER

Parameters

texture HANDLE Handle to texture.

Remarks

Percentage value - 0 equals opaque

Version

GetTextureTransp is obsolete as of VectorWorks9.0


Availability: from VectorWorks8.0