Click or drag to resize

LightSettingsWithAmbientLight Method

Gets a new instance of LightSettings with the provided value for AmbientLight.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LightSettings WithAmbientLight(
	HemisphericAmbientLight ambientLight
)

Parameters

ambientLight  HemisphericAmbientLight
The new value for LightSettings.

Return Value

LightSettings
New instance of LightSettings with the provided value for AmbientLight
Exceptions
ExceptionCondition
ArgumentNullException
See Also