Copyright © 2003-2024 MultiMedia Soft

SpotlightColor property

Previous pageReturn to chapter overviewNext page

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)

3dcm_i000048

For further information about surface lighting, see the How to manage surface lighting section.