VS:GetTextureTransp

From Vectorworks Developer
Revision as of 14:33, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.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