RenderContextBase.SetSceneAmbient Method

Sets the ambient component that is always added to the scene (multiplied by the material's ambient component).
Public MustOverride Sub SetSceneAmbient( _ 
ByVal color As Single() _ 
)
This language is not supported or no code example is available.
public abstract void SetSceneAmbient( 
float[] color 
)
This language is not supported or no code example is available.

Parameters

color
float[]

The color to set

.NET Framework

Supported in: 4.8

In this article

Definition