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| Name | Type | Description |
|---|---|---|
| texture | HANDLE | Handle to texture. |
Percentage value - 0 equals opaque
GetTextureTransp is obsolete as of VectorWorks9.0
Availability: from VectorWorks8.0