Click or drag to resize

HemisphericAmbientLightWithLightAmplitude Method

Gets a new instance of HemisphericAmbientLight with the provided value for LightAmplitude.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HemisphericAmbientLight WithLightAmplitude(
	double lightAmplitude
)

Parameters

lightAmplitude  Double
The new value for LightAmplitude.

Return Value

HemisphericAmbientLight
New instance of HemisphericAmbientLight with the provided value for LightAmplitude
See Also