Click or drag to resize

HemisphericAmbientLightLightAmplitude Property

Gets the light amplitude. The default value is 1. This value is multiplied with the light colors (ColorBelow and ColorAbove) to get the effective light's color.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double LightAmplitude { get; }

Property Value

Double
The light amplitude.
See Also