Click or drag to resize

HemisphericAmbientLightWithColorAbove Method

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

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

Parameters

colorAbove  NamedColor
The new value for ColorAbove.

Return Value

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