Click or drag to resize

HemisphericAmbientLightWithColorBelow Method

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

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HemisphericAmbientLight WithColorBelow(
	NamedColor colorBelow
)

Parameters

colorBelow  NamedColor
The new value for ColorBelow.

Return Value

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