Open topic with navigation
<vizfx>.setAmbientColor
Set the global ambient color
<vizfx>.setAmbientColor( |
|
color |
) |
|
Remarks
Set the default global ambient color. The default ambient color is gray (0.5, 0.5, 0.5).
Return Value
None
Example
# Set ambient color to black (effectively disabled)
vizfx.setAmbientColor(viz.BLACK)
See also