VS:GetTextureShininess

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 GetTextureShininess returns the shininess value of the referenced texture. The value is expressed as a percentage value with 0 equaling "Dull".

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

Parameters

texture HANDLE Handle to texture.

Remarks

Percentage value - 0 equals ?Dull?

Version

GetTextureShininess is obsolete as of VectorWorks9.0


Availability: from VectorWorks8.0