Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
Texture.LightIntensity property 
 
Type
[Visual Basic] 
Public Property LightIntensity As Short 
 
[C#] 
public short LightIntensity {get; set;} 
 
[C++] 
public: __property short get_LightIntensity(); 
public: __property void set_LightIntensity(short);
 
 
Remarks
The intensity of the light that hits the texture, previously set through the Texture.Filepath property, over the button surface. 
The intensity range is between 0 and 100 and its default value is 40.
 
 
See also
Texture property. 
TextureDesc class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index