Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 625 Bytes

File metadata and controls

30 lines (21 loc) · 625 Bytes

GetTextureTransp

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

Name Type Description
texture HANDLE Handle to texture.

Remarks

Percentage value - 0 equals opaque

Version

GetTextureTransp is obsolete as of VectorWorks9.0

Availability: from VectorWorks8.0

Category