Click or drag to resize

HemisphericAmbientLight(Double, NamedColor, NamedColor, VectorD3D, Boolean) Constructor

Initializes a new instance of the HemisphericAmbientLight class.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HemisphericAmbientLight(
	double lightAmplitude,
	NamedColor colorBelow,
	NamedColor colorAbove,
	VectorD3D directionBelowToAbove,
	bool isAffixedToCamera
)

Parameters

lightAmplitude  Double
The light amplitude.
colorBelow  NamedColor
The color below.
colorAbove  NamedColor
The color above.
directionBelowToAbove  VectorD3D
The direction from "below" to "above".
isAffixedToCamera  Boolean
Value indicating whether the light source is affixed to the camera coordinate system or the world coordinate system.
See Also