Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SpotlightColor property 
 
Type
[Visual Basic] 
Overrides Public Property SpotlightColor As Color 
 
[C#] 
public override Color SpotlightColor {get; set;} 
 
[C++] 
public: __property Color get_SpotlightColor(); 
public: __property void set_SpotlightColor(Color);
 
 
Remarks
The color used for the spotlight. By default, the spotlight (if visible) is set to white RGB (255, 255, 255) 
 
For further information about surface lighting, see the How to manage surface lighting section. 
(Available only with Professional edition)
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index